
Codeigniter Helpers are utility functions categorised in different helper files. Each helper contains bunch of functions that are related to each other. For example, One helper that I always includes in my project is URL Helper, which contains functions like url_title, site_url, base_url, mailto, etc. All those functions are related to URLs, so they placed […]