MY_Model vs Base_module_model

edited February 2011 in Modules
Hi , i m new to fuelcms , just start to develop something on it. i run through the simple module creation and have this question , is there any guideline when shall we extend my_model or when shall we extend the base_module_model when create a new module ?

Comments

  • edited 6:59AM
    If you are creating a module, you probably want to extend base_module_model. MY_Model, was built to be more generic and could be used outside of FUEL, while base_module_model is essentially the extensions needed for a module in FUEL.
  • edited 6:59AM
    thanks, understand a bit more now : )
Sign In or Register to comment.