Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: benchmarking request between index.php and other controllers
Post: benchmarking request between index.php and other c...

Hi in Ci3 can I place: PHP Code: -- $this->benchmark->mark('code_start'); -- in the "index.php" page, so I start my benchmark the moment the request gets in. Then at the target controller (in t...
1,567 Views
1 Replies
06-07-2020, 03:48 PM
mike433
    Thread: ci3 profilling in constructor fails
Post: ci3 profilling in constructor fails

Hi I am trying to profile my application, but instead of putting the profiling code in each and every function I tried to put it in the class constructor as follows PHP Code: -- function __co...
2,295 Views
1 Replies
06-07-2020, 03:33 PM
mike433
    Thread: use sub-folders for controllers, distinguish folders from controller files
Post: RE: use sub-folders for controllers, distinguish f...

jreklund Wrote: (06-02-2020, 11:00 AM) -- Hi, I just read the source code from start to finish. It's not documented as that's not normally what people care about. I'm not sure that CI3 support mul...
6,368 Views
4 Replies
06-03-2020, 11:24 AM
mike433
    Thread: use sub-folders for controllers, distinguish folders from controller files
Post: RE: use sub-folders for controllers, distinguish f...

jreklund Wrote: (06-01-2020, 01:48 PM) -- Hi, here are the complete path. index.php -> system/core/CodeIgniter.php -> system/core/Router.php __construct() -> _set_routing() -> _parse_routes() -...
6,368 Views
4 Replies
06-02-2020, 02:18 AM
mike433
    Thread: use sub-folders for controllers, distinguish folders from controller files
Post: use sub-folders for controllers, distinguish folde...

Hi I followed the steps in the url below: codeigniter.com/userguide3/general/controllers.html#organizing-your-controllers-into-sub-directories and placed my controller "Test.php" inside a folder na...
6,368 Views
4 Replies
06-01-2020, 08:58 AM
mike433

Theme © iAndrew 2016 - Forum software by © MyBB