CodeIgniter Forums
Modular Extensions - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Modular Extensions (/showthread.php?tid=20282)



Modular Extensions - El Forum - 07-04-2009

[eluser]JasonS[/eluser]
Hey,

Silly question, do I need to load the libraries for modular extensions. I installed and moved the welcome controllers. Works fine.

I then create a module called users with the following structure.

/modules/users/
/modules/users/controllers/
/modules/users/controllers/users.php
/modules/users/views/

For this effort I get
Quote:404 Page Not Found
The page you requested was not found.

I have obvious done something wrong. Any idea what?

Another question. Can I assume that when I get this up and running I could create a controller called groups in the users modules controller and the access it via /users/groups?

Thanks


Modular Extensions - El Forum - 07-04-2009

[eluser]naren_nag[/eluser]
Look for a library called HMVC