Welcome Guest, Not a member yet? Register   Sign In
Controllers in subdirectory
#1

[eluser]AndyBrandy[/eluser]
Hello,

i want develped my project into few versions, and i need open controllers from controller folder subfolders.. Can somebody help how i can do this? Thx
#2

[eluser]Tom Glover[/eluser]
[quote author="AndyBrandy" date="1205895734"]Hello,

i want develped my project into few versions, and i need open controllers from controller folder subfolders.. Can somebody help how i can do this? Thx[/quote]

this is simple to do, you can just call the controller in the normall way but with the subdirectory in front of it.

For example:

file: Controller/filename.php
calling method: http://localhost/index.php/filename

file: Controller/folder/filename.php
calling method: http://localhost/index.php/folder/filename




Theme © iAndrew 2016 - Forum software by © MyBB