Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Server Sent Events With Codeigniter 4
Post: RE: Server Sent Events With Codeigniter 4

includebeer Wrote: (12-24-2020, 01:30 PM) -- PHP Code: -- headers already sent by (output started at /var/www/webScraper/app/Common.php:130) -- Often the error for header already sent means there’...
3,064 Views
3 Replies
12-25-2020, 11:32 PM
midhunlalkc
    Thread: Server Sent Events With Codeigniter 4
Post: Server Sent Events With Codeigniter 4

I am trying to update the progress of a long running php script on frontend using server sent events. But am only receiving first few eventstreams and thereafter there is error. I am Sharing code b...
3,064 Views
3 Replies
12-24-2020, 06:42 AM
midhunlalkc
    Thread: 404s on Controller Methods
Post: RE: 404s on Controller Methods

Hi, you need to set the route for forgot Page. in routes.php Code: -- $route['login/forgot'] = 'login/forgot'; --
1,767 Views
3 Replies
11-06-2020, 11:33 PM
midhunlalkc
    Thread: Myth-Auth Role filter parameter issues
Post: RE: Myth-Auth Role filter parameter issues

Gary Wrote: (04-20-2020, 04:28 AM) -- I'd suggest having everything redirect to your custom filter code, which is responsible for the role check, and handles each accordingly... it would probably sim...
4,259 Views
2 Replies
04-20-2020, 04:37 AM
midhunlalkc
    Thread: Myth-Auth Role filter parameter issues
Post: Myth-Auth Role filter parameter issues

Hi, i am using myth-auth in My application that have both frontend and backend users. backend user groups:  owner, admin, customer_support frontend user groups:  customer i want all the logged...
4,259 Views
2 Replies
04-20-2020, 04:01 AM
midhunlalkc
    Thread: Kint Class Not Found
Post: RE: Kint Class Not Found

mjamilasfihani Wrote: (02-26-2020, 11:41 PM) -- Hi, any suggestion for this error? I set the environment to production While in localhost everything is fine, but when it on air the log show : ...
19,465 Views
16 Replies
02-26-2020, 11:56 PM
midhunlalkc
    Thread: CodeIgniter 4.0 is here!
Post: RE: CodeIgniter 4.0 is here!

Great Work! I have been waiting for this release so long. Now CI4 is here. Thanks to all the CI Development Team. A special thanks to you Lonnie. Happy Birthday, James Perry!
215,993 Views
132 Replies
02-24-2020, 06:22 AM
midhunlalkc
    Thread: Bug in routes with path in controller
Post: RE: Bug in routes with path in controller

Am also experiencing the same issue with routes with parameters PHP Code: -- $routes->group('usergroups', ['filter' => 'ajax'], function($routes){ $routes->add('(:num)/edit', 'Backend/Users::edi...
13,104 Views
13 Replies
11-30-2019, 05:41 AM
midhunlalkc
  Thumbs Up Thread: How to Access Config File Variables Globally in all Views ?
Post: RE: How to Access Config File Variables Globally i...

MGatner Wrote: (11-27-2019, 04:52 AM) -- Anything you load in BaseController will be available in all the controllers that extend it. There is also the helper function “config()” which not only fetch...
10,156 Views
3 Replies
11-27-2019, 07:33 AM
midhunlalkc
    Thread: How to Access Config File Variables Globally in all Views ?
Post: How to Access Config File Variables Globally in al...

How to access config file variables Globally in all views without passing it from controller? i have a config file : app/config/SiteConfig.php PHP Code: --
10,156 Views
3 Replies
11-27-2019, 02:43 AM
midhunlalkc

Theme © iAndrew 2016 - Forum software by © MyBB