Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI4: How to autoload libraries like Database, Session etc
Post: RE: CI4: How to autoload libraries like Database,...

webdevron Wrote: (11-13-2018, 12:59 PM) -- Please help me by providing a code snip for autoloading libraries like Database, Session etc. In CI3 we use it as PHP Code: -- $autoload['libraries'] = ...
34,490 Views
7 Replies
06-21-2020, 12:43 AM
ppuhan1389
    Thread: Class 'MY_Controller' not found
Post: RE: Class 'MY_Controller' not found

neuron Wrote: (10-25-2018, 11:26 PM) -- Application core Controller file name should be exactly:  MY_Controller.php also in application/config/config.php: PHP Code: -- $config['subclass_prefix'...
6,597 Views
2 Replies
10-26-2018, 02:34 AM
ppuhan1389
    Thread: Class 'MY_Controller' not found
Post: Class 'MY_Controller' not found

I have a my controller in application/core Now in application/controller directory is have  while running the site in  linux server i am getting below error Fatal error: Class 'MY_Controll...
6,597 Views
2 Replies
10-25-2018, 06:04 PM
ppuhan1389
    Thread: codeigniter project moved to production but pages are not opening
Post: RE: codeigniter project moved to production but pa...

Guys it worked now . Seems all the codeigniter controller names should start with a capital letter .
4,271 Views
6 Replies
10-25-2018, 06:00 PM
ppuhan1389
    Thread: codeigniter project moved to production but pages are not opening
Post: RE: codeigniter project moved to production but pa...

Thanks Bro, but could you please let me know how . As i have tried the same but not able to do so .
4,271 Views
6 Replies
10-25-2018, 04:27 PM
ppuhan1389
    Thread: codeigniter project moved to production but pages are not opening
Post: RE: codeigniter project moved to production but pa...

How exactly to check the server config
4,271 Views
6 Replies
10-25-2018, 12:05 PM
ppuhan1389
    Thread: codeigniter project moved to production but pages are not opening
Post: codeigniter project moved to production but pages ...

Hi, i have deployed the codeigniter project in production but its always redirected to index.php present in the WWW folder and not the index page present in the controller. Can any one please he...
4,271 Views
6 Replies
10-25-2018, 05:35 AM
ppuhan1389
    Thread: Security related to controller URL
Post: RE: Security related to controller URL

php_rocs Wrote: (06-21-2018, 08:17 PM) -- @ppuhan1389, Can you post the code in the controller? Also, how are you implementing security in your application? -- i have posted the code below
6,085 Views
8 Replies
06-22-2018, 01:55 PM
ppuhan1389
    Thread: Security related to controller URL
Post: RE: Security related to controller URL

InsiteFX Wrote: (06-22-2018, 04:02 AM) -- If you place a _ (underscore) before the controller name it will make it private and not show in the browser -- Yes, but i donot wan't it to be Private, i ...
6,085 Views
8 Replies
06-22-2018, 04:08 AM
ppuhan1389
    Thread: Security related to controller URL
Post: RE: Security related to controller URL

Hi Php_rocks my controller code is  function getQualDetailsHTML(){ $personId = $this->session->userdata('ADMIN_SESSION_PERSONID_VAR'); $qualDetails = $this->qualificationModel->getQualData($pers...
6,085 Views
8 Replies
06-22-2018, 04:06 AM
ppuhan1389
    Thread: Security related to controller URL
Post: Security related to controller URL

I have a URL for controller  http://localhost/userTest/test    Now when i open the URL in the browser its not showing the forbidden page but the data coming from the Controller function. I need...
6,085 Views
8 Replies
06-21-2018, 04:40 PM
ppuhan1389

Theme © iAndrew 2016 - Forum software by © MyBB