Hi Guyz,
please I want to know if the modules on fuel works similarly as those on Yii framework, I am just starting using Fuel. can I build independent modules of applications.
if that's the case, how can i access modules from the url e.g localhost/fuel/module/controller/actions
Thank you. Patiently waiting for any reply.
I have no Yii experience, so I can't comment on that, but yes, FuelPHP modules are independent of the global app.
Without any special routing config, you access a module using http://example.org/modulename/controllername/methodname/...