Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What helpers in codeigniter are and how you can load a helper file?



What helpers in codeigniter are and how you can load a helper file?..

Answer / Anil Rai

Helpers in CodeIgniter are reusable PHP libraries that provide common functionality. To use a helper, you need to load it using the $this->load->helper() function within your controller or view. For example, to load the url helper: nn```phpnclass My_Controller extends CI_Controller {ntpublic function __construct() {nttparent::__construct();ntt$this->load->helper('url'); // Loading the URL Helpernt}n}n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

Explain what is codeigniter?

1 Answers  


How can you create a library in codeigniter?

1 Answers  


What is hooks in codeigniter?

1 Answers  


How to access config variable in codeigniter?

1 Answers  


What do you mean by drivers?

1 Answers  


Why codeigniter is called as loosely based mvc framework?

1 Answers  


What is the default controller used in codeigniter?

1 Answers  


What is codeigniter and how it works?

1 Answers  


How does csrf work in codeigniter?

1 Answers  


What is an inhibitor of codeigniter?

1 Answers  


Explain the folder structure of codeigniter.

1 Answers  


Is codeigniter a good framework?

1 Answers  


Categories