Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Views full path on Linux
Post: RE: Views full path on Linux

i figured it out. its forward and backslash issue. need to use forward slashes, works on windows and linux. or have to use full path with backslash like app\views\auth\login this also works ...
1,214 Views
1 Replies
03-20-2020, 05:20 AM
eafarooqi
    Thread: Problem when trying to deploy
Post: RE: Problem when trying to deploy

yes its forward and backslash issue. You need to use forward slashes, works on windows and linux. or you have to use full path with backslash like app\views\header this also works but doesn't l...
2,122 Views
3 Replies
03-20-2020, 05:19 AM
eafarooqi
    Thread: Views full path on Linux
Post: Views full path on Linux

Hi, When i run the Codeigniter application on windows using Wamp or Xampp, The views can be loaded without writing the full path like 'login' => 'Auth\login', 'register' => 'Auth\register', ...
1,214 Views
1 Replies
03-20-2020, 05:00 AM
eafarooqi
    Thread: route_to not working with controller::method
Post: RE: route_to not working with controller::method

yes i know. but i want to use the AutoRoute feature with route_to or may be with another function, without defining any routes in Routes.php file, because there are too many routes in the application....
3,091 Views
3 Replies
03-05-2020, 07:25 AM
eafarooqi
    Thread: route_to not working with controller::method
Post: route_to not working with controller::method

hi why route_to method doesn't work with the controller::method when setAutoRoute is set to true and there is no route defined in the Routes.php Doesn't work. Is this not supported? ...
3,091 Views
3 Replies
03-05-2020, 07:08 AM
eafarooqi

Theme © iAndrew 2016 - Forum software by © MyBB