I would like to create an app like wordpress do, so it is easy to extent and develop. I have some questions to ask..
1) Can i use the modules as wp plugins? 2) To which default hook should i hook all plugins? or can i have to register separate event for that? (normally , WP plugins are executed very first) 3) Can i use register hook in themes? wp uses in that way?
@Harro was right. FuelPHP itself can't do that. However I have made back-office for begins project with FuelPHP its name is Fuel Start. Please take a look here: https://github.com/OkveeNet/fuel-start
It's contain users management, permission management, configuration page, multi-site support (as multi-table or site_id in each table. you choose.), the latest thing is plugin hooks. And here is the wiki.