El Forum
11-24-2009, 04:34 AM
[eluser]Isern Palaus[/eluser]
Hello,
I'm developing a electronic commerce system in CodeIgniter. I started it with the structure:
/application/controllers/admin/ <- admin controllers
/application/controllers/ <- basic controllers related with showing the products, processing the order...
At this moment, I would like to reformat it to make it more like a module. If I want to put it in a concrete website copy the directorys and make the changes. I've tried to make an another subfolder but CodeIgniter doesn't recognize it.
How can I make a better structure?
Thank in advance
Isern
Hello,
I'm developing a electronic commerce system in CodeIgniter. I started it with the structure:
/application/controllers/admin/ <- admin controllers
/application/controllers/ <- basic controllers related with showing the products, processing the order...
At this moment, I would like to reformat it to make it more like a module. If I want to put it in a concrete website copy the directorys and make the changes. I've tried to make an another subfolder but CodeIgniter doesn't recognize it.
How can I make a better structure?
Thank in advance
Isern