Part 14 Codeigniter 4 Tutorial Series in Urdu/Hindi: CodeIgniter Helper Functions with Examples

279 views

Published by Learning Shala

Web Development

Published on 30 August, 2020
Category :

Codeigniter, Web Development

About :

Hello Friends,
Welcome to Part 14 of The Codeigniter 4 Tutorial Series in Urdu/Hindi. today in this Codeigniter video tutorial, we are going to learn about CodeIgniter Helper Functions with Examples.
Helpers, as the name suggests, help you with tasks. Each helper file is simply a collection of functions in a particular category. There are URL Helpers, that assist in creating links, there are Form Helpers that help you create form elements, Text Helpers perform various text formatting routines, Cookie Helpers set and read cookies, File Helpers help you deal with files, etc.
Unlike most other systems in CodeIgniter, Helpers are not written in an Object-Oriented format. They are simple, procedural functions. Each helper function performs one specific task, with no dependence on other functions.

CodeIgniter does not 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.

Playlist Videos
Related Videos