Hi to Everyone
which is the best place to create static (or not)v methods in a custom module ?
How call this methods inside on module or from other controllers/modules?
Thanks
Note: I have already set the module in config/main.php
'mymodule'=>array('class' => 'application.modules.mModel'),
which is the best place to create static (or not)v methods in a custom module ?
How call this methods inside on module or from other controllers/modules?
Thanks
Note: I have already set the module in config/main.php
'mymodule'=>array('class' => 'application.modules.mModel'),