helpers in codeigniter.
Helpers, help you with work. Each helper file is basically a group of functions in a exacting group. here are URL Helpers, that assist in create associations links and url, here are Form Helpers that help you make form elements, Text Helpers execute more text formatting, Cookie Helpers set and read cookies, File Helpers
help you deal with all type files. dissimilar most other systems in CodeIgniter, Helpers are not printed in an Object Oriented configure. They are simple, technical functions. Each helper function perform one explicit task, with no reliance on other functions. CodeIgniter is load Helper Files by default, so the first step in using a Helper is to load it. Once loaded, it becomes globally available in your controller and views. Helpers are normally stored in your system/helpers, or application/helpers directory. CodeIgniter will find first in your application/helpers folder. If the directory does not exist or the specified helper is not positioned there CI will instead look in your global system/helpers folder.
Helpers, help you with work. Each helper file is basically a group of functions in a exacting group. here are URL Helpers, that assist in create associations links and url, here are Form Helpers that help you make form elements, Text Helpers execute more text formatting, Cookie Helpers set and read cookies, File Helpers
help you deal with all type files. dissimilar most other systems in CodeIgniter, Helpers are not printed in an Object Oriented configure. They are simple, technical functions. Each helper function perform one explicit task, with no reliance on other functions. CodeIgniter is load Helper Files by default, so the first step in using a Helper is to load it. Once loaded, it becomes globally available in your controller and views. Helpers are normally stored in your system/helpers, or application/helpers directory. CodeIgniter will find first in your application/helpers folder. If the directory does not exist or the specified helper is not positioned there CI will instead look in your global system/helpers folder.
No comments:
Post a Comment