Comments on: Create custom helper in CodeIgniter https://www.codexworld.com/create-custom-helper-in-codeigniter/ Web & Mobile App Development Company Thu, 28 Jan 2021 16:37:37 +0000 hourly 1 By: Fazihuzzamaan Rasheed https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-133423 Thu, 28 Jan 2021 16:37:37 +0000 https://www.codexworld.com/?p=448#comment-133423 Thanks. helped today.

]]>
By: Rawat https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-54179 Sat, 17 Feb 2018 11:55:17 +0000 https://www.codexworld.com/?p=448#comment-54179 As i always said osm,, thanks, i have to say that you people made me developer … cos none of thing that i kw in php but you u people made me extraordinary … thanks

]]>
By: sevaram nayak https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-44708 Fri, 14 Apr 2017 10:31:56 +0000 https://www.codexworld.com/?p=448#comment-44708 This article is very nice and it is use full for everyone.

]]>
By: Mahipal https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-38139 Thu, 29 Dec 2016 06:21:51 +0000 https://www.codexworld.com/?p=448#comment-38139 Nice Post !
But one Problem Here .
How Many Function Create in helper in CI.

]]>
By: vinod sahare https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-29552 Thu, 04 Aug 2016 16:14:03 +0000 https://www.codexworld.com/?p=448#comment-29552 very good articale
please upload rest api tutorial

]]>
By: CodexWorld https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-13642 Sun, 27 Sep 2015 20:47:16 +0000 https://www.codexworld.com/?p=448#comment-13642 In reply to manikantkumar.

@Manikant
A CodeIgniter helper is a collection of functions which you could use them within Models, Views, Controllers, and everywhere. Once you load ($this->load->helper()) helper file, you can get access to use the functions. Helpers are not written in an Object Oriented format.
But a Library is a class, which you need to make an instance of the class ($this->load->library()). And you’ll need to use the object $this-> to call the methods. Libraries are written in an Object Oriented format.

]]>
By: manikantkumar https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-13579 Sat, 26 Sep 2015 08:17:46 +0000 https://www.codexworld.com/?p=448#comment-13579 what is difference between helper and libraries
this code also working in libraries…..

]]>
By: CodexWorld https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-11856 Fri, 21 Aug 2015 10:59:24 +0000 https://www.codexworld.com/?p=448#comment-11856 In reply to Anant.

Hi Anant,
Thanks, we have implemented the function existing check into our latest version code.

]]>
By: Anant https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-11841 Fri, 21 Aug 2015 06:41:36 +0000 https://www.codexworld.com/?p=448#comment-11841 Thank You I is very helpful, Your post solved my problem. But one line code miss like
if(! function_exists(“get_user_details”)){
//then your opreation
}
But also it is working perfectly

]]>
By: Kenny https://www.codexworld.com/create-custom-helper-in-codeigniter/comment-page-1/#comment-970 Thu, 29 Jan 2015 18:08:56 +0000 https://www.codexworld.com/?p=448#comment-970 Very neat article post. Fantastic.

]]>