Welcome Guest, Not a member yet? Register   Sign In
Retrieving problem..!!!
#9

[eluser]InsiteFX[/eluser]
This is where all your problems are Filename: mypackages/edit.php

Your using $this->data in one function and $data in the other
add this and then change all $data to $this->data
Code:
class Mypackages extends Controller {

    var $data = array();
}

Also instead of this use this for all your views.
Code:
$this->load->vars($this->data);
$this->load->view('mypackages/addtomarket');

InsiteFX


Messages In This Thread
Retrieving problem..!!! - by El Forum - 03-30-2011, 12:41 AM
Retrieving problem..!!! - by El Forum - 03-30-2011, 07:45 AM
Retrieving problem..!!! - by El Forum - 03-30-2011, 09:42 PM
Retrieving problem..!!! - by El Forum - 03-30-2011, 09:43 PM
Retrieving problem..!!! - by El Forum - 03-30-2011, 09:44 PM
Retrieving problem..!!! - by El Forum - 03-30-2011, 09:48 PM
Retrieving problem..!!! - by El Forum - 03-31-2011, 07:34 AM
Retrieving problem..!!! - by El Forum - 03-31-2011, 07:37 AM
Retrieving problem..!!! - by El Forum - 03-31-2011, 09:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB