Welcome Guest, Not a member yet? Register   Sign In
new function not working
#1

[eluser]bimbolera[/eluser]
this is the content of my controller

class RPMS_personal extends Controller {

//private $feedback;

function RPMS_personal()
{
parent::Controller();
}

function index()
{
$this->load->view('PERSONALLOAN/RPMS/create');
}

function test()
{
$this->load->view('PERSONALLOAN/RPMS/create');
}


}


the module being loaded is ckeditor, now my problem is, when i use it inside index() it is working but when i use it in function test it's not working. i'm newbie to CI that's why i find this really difficult. thanks in advance.




Theme © iAndrew 2016 - Forum software by © MyBB