My CI2 app is using the wiredesigns modular layout.
I have a two modules called item and product in a a folder called modules like so:
/application
/modules
/item
/product
In Item I have a controller called item which starts like this.
class Item extends MX_Controller
{
//code here
}
What do I need to do to make my products controller extend my item controller in a different module