I'm ne开发者_运维技巧w to ExtJS and I'm stuck with ExtJS datastore. I'm using ExtJS with CodeIgniter and I want to send ExtJS datastore.load() parameter to my codeigniter's controller to process some query. How can I do that?
Here is my ExtJS datastore proxy:
var dataProxy = new Ext.data.HttpProxy({
    url: 'index.php/cStart/js_listPegawai/',
    method: 'POST'
});
and this is my controller code:
var $queryNama = "";
function js_listPegawai()
    {
        $this->load->model('MPegawai');
        $Pegawai = $this->MPegawai->listPegawai($queryNama);
    }
Thanks for any suggestions..
blahblahStore.load({
  params: {
    blahblah: 'blah'
  }
})
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论