Welcome Guest, Not a member yet? Register   Sign In
Help About Modul Separation
#1

[eluser]dezafu[/eluser]
Hi.,, can you help me i newbie using modular separator.,,

some case., i make some module call welcome

modules/welcome/config
modules/welcome/controllers
modules/welcome/views
modules/welcome/helper

i making some helper call try_helper.php with some function call
Code:
function hello_world() { echo "Hello Wordl"; }

and the i making some routes.php
Code:
$route['testpage'] = 'welcome';

what i want to ask..,,
why the route in welcome module cannot use?

how to call helper in welcome module at another module ?




Theme © iAndrew 2016 - Forum software by © MyBB