chrisweb wrote:
>
>
> - but now i get another error msg:
>
> An exception occured while bootstrapping the
> application.simplexml_load_file() [function.simplexml-load-file]: I/O
> warning : failed to load external entity
> "file:///C:/xampp/htdocs/gamerszone/application/categories/configs/routes.xml"
>
> ... what i want to achieve are modules that are totally independent from
> the core application, i want to be able to copy a module folder from one
> project to another without having to modifiy the application core ... if
> somebody has examples how he did it or a tutorial please add the url here,
> thx
>
> chris
>
now its works ... my path was wrong ...
$routes = new
Zend_Config_Xml(APPLICATION_PATH.'/modules/categories/configs/routes.xml',
APPLICATION_ENVIRONMENT);
--
View this message in context:
http://www.nabble.com/module-bootstrap-doesnt-load-module-routes-tp23685377p23692044.html
Sent from the Zend Framework mailing list archive at Nabble.com.