Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter + ExtJS 2.2 ? Tutorial?
#9

[eluser]Mirage[/eluser]
Here's a compact example of how I put these things in my controllers:

Code:
function loadProperties() {
        $obj=new stdClass();
        try {
            $this->load->model('AbstractsModel','',true);
            $obj->data=$this->AbstractsModel->getProperties($_POST['id']);
        } catch (Exception $e) {
            $obj->success=false;
        }
        echo json_encode($obj);
    }


Messages In This Thread
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-12-2009, 07:18 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-12-2009, 01:26 PM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-12-2009, 01:39 PM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-12-2009, 03:01 PM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-12-2009, 04:47 PM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-18-2009, 03:50 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-18-2009, 07:33 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-18-2009, 09:22 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-18-2009, 09:24 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-18-2009, 09:37 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-18-2009, 09:41 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 02-18-2009, 05:48 PM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 04-23-2009, 03:37 PM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 07-28-2009, 12:30 AM
CodeIgniter + ExtJS 2.2 ? Tutorial? - by El Forum - 09-05-2009, 09:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB