Recent Topics

1 Oct 25, 2018 11:51    

Hello
i created a module inside inc/ directory and am trying to page to that module but it is throwing error "The requested controller [reports] does not exist." Do we need to register newly added module ? if so please let me know the steps.
The folder structure am following is
/project
/inc
/reports
/models
/views
reports.ctrl.php

This is call to reports module
$menu_entry_props['href'] =$admin_url.'?ctrl=reports';

Thanks
Kalavathi

2 Nov 02, 2018 19:40

Yes. For example look at how the sessions module is registered here conf/_application.php and then registers its controllers here: inc/sessions/_sessions.init.php

3 Nov 06, 2018 08:09

Awasome , it works as ecpected


Form is loading...