Web Analytics Made Easy -
StatCounter cakephp with extjs Grid CRUD - CodingForum

Announcement

Collapse
No announcement yet.

cakephp with extjs Grid CRUD

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • cakephp with extjs Grid CRUD

    how to create cakephp and extjs grid CRUD,

    => I create controller for read and delete.

    => And in view/user/read.ctp and delete.ctp file build.

    => and js file create. in js file how to write

    Code:
    var proxy = new Ext.data.HttpProxy({
        api: {
            create:  { url: 'Ext.data.Api.actions.create',  method: 'POST' },
            read:    { url: '/users_controller/index',    method: 'GET'},
            update:  { url: '/users_controller/update',  method: 'POST' },
        destroy:  { url: '/users_controller/delete',  method: 'POST' }
        }
    });
    Is this API object is true ? its not getting controller function. Please replay, Thankyou,
Working...
X
😀
🥰
🤢
😎
😡
👍
👎