Import CSV file to MySQL table / CAST conversions
To import CSV unicode file to MySQL table via phpmyadmin (csv fields are delimited with tabulations ) : More advanced options can be used at the shell level : shell> cat /tmp/bit_test.txt 2 127...
A Fully Baked PHP Framework. CodeIgniter is a proven, agile & open PHP web application framework with a small footprint
To import CSV unicode file to MySQL table via phpmyadmin (csv fields are delimited with tabulations ) : More advanced options can be used at the shell level : shell> cat /tmp/bit_test.txt 2 127...
Be carreful to lowercase and uppercase names when loading modules or controllers. CodeIgniter seems to be case sensible. this famous error is : A PHP Error was encountered Severity: Notice Message: Undefined property: CI::$News_model...
For the most recent stable release of CodeIgniter (2.1.3), there is a rather annoying simultaneous request problem that will kill active sessions. You might have experienced this yourself if you had a website or...
What is REST ? REST stands for Representational State Transfer . In very simple terms, In REST we have basically two broader actions Request and Response. Client will send the request to the REST API in a data...
This post will treat the case of one record treatment and counting in active record through the CodeIgniter’ core. Suppose you are displaying a user’s profile. It’s good practice to store all database queries...
CodeIgniter Hierarchical Model-View-Controller (HMVC) breaks down an application into manageable smaller components. The best analogy for this is your PC computer. A PC has smaller parts like power supply, microprocessor, hard disk, mouse, keyboard...