icebergdelphi
25 Apr 2012, 11:43 AM
Hi i'm testing Sencha Architec 2.x but when i add to my project a Store, i can not see how to implement an Api for Read,Create,Updatel,Destroy operations, i think you are missing in the toolbox to implement an API tool to add this, to the store via project inspector, thanks.:D
api: {
read : "/CursosExjs/Cursos4x/Grids/Php/GrdRawRead.php",
create : "/CursosExjs/Cursos4x/Grids/Php/GrdRawAdd.php",
update : "/CursosExjs/Cursos4x/Grids/Php/GrdRawUpdate.php",
destroy : "/CursosExjs/Cursos4x/Grids/Php/GrdRawDestroy.php"
},
api: {
read : "/CursosExjs/Cursos4x/Grids/Php/GrdRawRead.php",
create : "/CursosExjs/Cursos4x/Grids/Php/GrdRawAdd.php",
update : "/CursosExjs/Cursos4x/Grids/Php/GrdRawUpdate.php",
destroy : "/CursosExjs/Cursos4x/Grids/Php/GrdRawDestroy.php"
},