Friday, November 9, 2012

Library in Codeigniter


Library which is on CodeIgniter is a class that contains a variety of methods that can be used to automatically kelita class already loaded.

Several kinds of the existing library on codeigniter is:

1. Calendaring
Library is used to create a particular calendar month or year.

2. Language
Load multiple languages ​​if the sites that we have needed.

3. FTP
It is a library that is used to transfer files to the remote server.

4. Database
Library is equipped with a variety of methods to manipulate the database.

5. Config
It is a library that contains information about the system configuration.

6. Output
Library which will automatically send the web page to the requesting browser and also for caching process.

7. Pagination
Library used to make pagination of result query our database. We can set a record that will be displayed and the display of pagination we want.

8. Form Validation
Library that is used to validate input data from form.

9. HTML Table
Library is used to generate HTML tables.

10. Input and Security
Library that is used to process the input data from the form and handle security function.

No comments:

Post a Comment