|
|
|
|
Tutorial by
superdit.com
Create simple library in Codeigniter PHP Framework to load most common layout.
|
|
Added on:
5/14/2011
|
Rating:
|
Viewed
6 Times
|
|
|
|
|
|
Tutorial by
ramui.com
Sometimes you require zipping a file or even an entire directory at your server with PHP. The best way is to use ZipArchive class to do it. If you have PHP 5.2 or later version installed on your server and if zip library is enabled then ZipArchive class will be available to you. This class has lots of useful member function which makes easier in zipping files.
|
|
Added on:
11/15/2010
|
Rating:
|
Viewed
5 Times
|
|
|
|
|
|
Tutorial by
packtpub.com
Having seen form validation in the previous article, we will now cover database interaction. Databases are the backbone behind any Web application. Without a database, you'd have nowhere to hold all of your data, and SQL queries can become long and cumbersome to type out. Thankfully, CodeIgniter gives us a brilliantly simple way to interact with our Database.
|
|
Added on:
5/5/2010
|
Rating:
|
Viewed
11 Times
|
|
|
|