![]() |
Command line with view and controller. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Command line with view and controller. (/showthread.php?tid=81918) |
Command line with view and controller. - Johnsmith18 - 05-20-2022 I am trying to figure out how to run a page after logging into a web browser-based main page. The structure of the page is such that it resides in the following heirarchy: projectname/ - application - modules -pages -controllers -models -views where by in the web browser the complete link would be /usr/bin/php index.php admin pages form 165 However, when I execute this code, there are no messages and checking the error logs shows nothing but still the page outputs are not showing, which in this case is merely reading data from a site and then repeating the page loading again to read more data again and this process will loop indefinitely. Any help |