admin,
Each site will have its own category table. The aim is to load and modify categories for a selected site, doing things like disabling or activating categories.
This is what I have so far:
1. a simple categoryManager module complete, activa…
Admin,
Thank you for replying. I had to come up with a solution other than multiple installs of fuel since the development of the other sites are well under way. I decided to divide the features I wanted to administer across all sites then set off …
Hello,
If you have written a model with transaction code for previous projects like I do and would like to leverage this code, simply add the model fuel/modules/models.
Then remove the part "extends CI_Model",
Add the connection through your __co…