Welcome Guest, Not a member yet? Register   Sign In
Helper calling model
#1

[eluser]napz[/eluser]
Is it possible to load a model inside my helper?


$this->mehelper->helperthismethod();


I have an error Fatal error: Using $this when not in object context in C:\xampp\htdocs\cipms\system\application\helpers\studentcv_helper.php on line 5



how can I call a model inside my helper?

helper me guys... hehehhe

thanks for the helper
#2

[eluser]Thorpe Obazee[/eluser]
load it like you would do in a library.

Code:
$CI =& get_instance();

$CI->load->model('users');
#3

[eluser]napz[/eluser]
yeah thanks bro...




Theme © iAndrew 2016 - Forum software by © MyBB