Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to extend PagerRenderer and add additional methods
Post: RE: How to extend PagerRenderer and add additional...

I use the solution of Kenjis and it works really well.
2,829 Views
4 Replies
08-09-2022, 09:52 PM
momox19
    Thread: Filters & Helper Controller load
Post: RE: Filters & Helper Controller load

Thanks for your time Kenjis and for your clear and precise answers. Have a nice day.
5,403 Views
6 Replies
07-26-2022, 09:41 PM
momox19
    Thread: Filters & Helper Controller load
Post: RE: Filters & Helper Controller load

Well, I solved my problem by using a library that does the different tests. And i call my library in my filter. In fact, in Codeigniter, I always have trouble understanding where to put my methods....
5,403 Views
6 Replies
07-25-2022, 11:56 PM
momox19
    Thread: Filters & Helper Controller load
Post: RE: Filters & Helper Controller load

Ok... I understand. So, what now ? In fact, I was using my filter to call a method of User that allows to detect that the user is really connected. To do this, it executes a set of tests such as the e...
5,403 Views
6 Replies
07-25-2022, 10:45 PM
momox19
    Thread: Filters & Helper Controller load
Post: Filters & Helper Controller load

In my controller i try to load helpers like that : PHP Code: -- class User extends BaseController {     protected $helpers = ['asset_helper'];     public function my_function(){         method...
5,403 Views
6 Replies
07-25-2022, 06:11 AM
momox19
    Thread: CI4 : Folder Structure in HMVC
Post: CI4 : Folder Structure in HMVC

Hello! Working a lot under codeigniter 3, I decided in 2022 to develop my future websites under codeigniter 4. In order to do this well and not to reproduce the mistakes I made on CI3, I would h...
1,914 Views
0 Replies
02-08-2022, 08:37 AM
momox19

Theme © iAndrew 2016 - Forum software by © MyBB