Sorry for another question. I installed it on my CMS. And I get error:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Frontend::$MFrontend
Filename: controllers/frontend.php
Line Number: 35
This is before I even separate my code in modules. In the line I call some method from model $this->MFrontend->getMenuItem(.....);
the same goes on every controller…
please help, thnx
EDIT, just to add php_error.log line for the try.
[12-Nov-2009 19:15:39] PHP Fatal error: Call to a member function getMenuItem() on a non-object in /Applications/MAMP/htdocs/webox/application/controllers/frontend.php on line 35
Hope it helps couse I really want to use this module approach.