Custom Advanced module

edited June 2015 in Modules
Hi ,
I have created custom module named 'newsletter'. In that i fetched list of users from table.I need to show this list in admin dashboard.Just like list of posts displayed in blog.Same functionality of blog i need for newsletter.Please help me how to show data in admin dashboard.

Comments

  • edited 1:05AM
    That sounds like you will want to create simple module under an advanced module. You can generate the simple module under a particular advanced module by passing a second parameter. In the example in the documentation under Advanced Modules, the advanced module name is the "examples":
    http://docs.getfuelcms.com/modules/generate

    Then you may need to make some route changes similar to the blogs route file which can be found in the blog module at fuel/modules/blog/config/blog_routes.php
Sign In or Register to comment.