simple page

Hi,

is there a way to easily add a page like the edit or list page without using modules? for example instead of this page cms/users/edit/1, I want something like cms/users/stats/1 to show a simple table with some data...
any toughts?

Thanks in advance.

Comments

  • edited 7:16AM
    You can create your own controller to do that and put it in your application directory. It should at least extend the Fuel_base_controller class, or if needed the Module controller class. You should use the Fuel_base_controller's _render method to render the page. Some of the advanced modules have controllers you can look at for examples (e.g. backup controller).

    Or you can create an adavanced module as explained here and put your controller in your advanced module (but that may be more then you want):
    http://www.getfuelcms.com/user_guide/modules/advanced

    You may have some more questions so post back here.
Sign In or Register to comment.