Welcome Guest, Not a member yet? Register   Sign In
Controllers in subdirectory
#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


Messages In This Thread
Controllers in subdirectory - by El Forum - 03-18-2008, 04:02 PM
Controllers in subdirectory - by El Forum - 03-18-2008, 04:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB