Custom Fuel CMS modules

edited May 2012 in Modules
Hey guys,

I'm new to Fuel CMS, but impressed by CI features. Can anyone tell me how to create custom modules like I can do via HMVC extention on native CI?
For example, I'd like to develop custom auth module that would be available on www.site.com/auth. Using HMVC extention on CI it's simple, but as I see Fuel CMS user guide shows just how to develop custom modules for admin. Am I right?
What would be easier to implement: Fuel CMS + custom modules or native CI and HMVC library?

Thanks

Comments

  • edited May 2012
    FUEL uses the HMVC library (with some modifications) to create what is called "Advanced Modules" . Some people have integrated the tank_auth library with FUEL as an Advanced LIbrary that may be of some help:
    http://getfuelcms.com/forums/discussion/comment/2120/#Comment_2120
    http://www.getfuelcms.com/user_guide/modules/advanced
  • edited 3:56AM
    The main idea what I'm trying to bring to my app is to divide all code by modules (HMVC). So the answer for my question is:
    - create new folder (name of my module) in "fuel/modules";
    - create new controller which would have the same name as module folder. That would be controller to handle requests like "www.site.com/my_module/".
    - working on this module and be happy :)
    Thanks for your help. It seems I got what I wanted to know.
Sign In or Register to comment.