i am new to fuel. inspired too much by it. i have tried the advanced module section. the problem is that i do not find the left section populated with my new module. as in the tutorial, it is blog, lets call it abc for my case. i have followed whatever is given in the tutorial for advance modules. what to do?
Comments
''dispatches/index' => 'dispatches',
it is appearing as desired in the right menu. now, when i click upon it, the url becomes
http://localhost/ims/index.php/fuel/dispatches/index
i have a controller in the dispatches module folder controller named dispatches and it has a method named index. but i get 404 error.
now where am i missing?
$route[FUEL_ROUTE.'dispatches/abc'] = DISPATCHES_FOLDER.'/controllers/dispatches/abc';
the url is now , when clicked on side of admin,
http://localhost/ims/index.php/fuel/dispatches/abc
error remains
it is directly accessible .
please tell what do you mean by fuel part?
$route[FUEL_ROUTE.'dispatches/abc'] = 'dispatches/abc';
but now it is not loaded in the admin window....
but my custom view is in modules/dispatches/views.
what should i do now?
public $view_location = 'dispatches';