Hi there,
I got a problem with the router in a multi module Application First things first, my code
So my error is "PhalconException: Frontend\Controllers\DeController handler class cannot be loaded"
the directory structure is pretty simple
/app/backend/{MVC Structure} /app/frontend/{MVC Structure} /app/backend/Module.php /app/frontend/Module.php /app/Routing.php /public/index.php
The router tells me, that the route matched is that default one, where the pattern is /controler/action before setting up the multi module thing, the router was doing fine ... I just tried everything but there seem to be no way to get this thing to work.
Anyone any idea ?
If you need further information, please let me know.
Grettings