News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Sencha Touch 2 Models - Loading And Saving Model Data Using a Proxy, PHP Example
August 31, 2012 @ 11:54:19

On DZone.com there's a new tutorial posted (by Jorge Ramon) about hooking together the models of Sencha's Touch 2 with a PHP backend to make saving data to them simpler via a proxy.

Sencha Touch models have the ability to work with a proxy. This feature allows you to save and retrieve model data from the server, memory or local storage, without depending on a Sencha Touch data store. Let's try it with a very simple scenario where the server side is a PHP page.

The article includes both the Javascript to create the models (along with its proxy and custom API methods defined) as well as the PHP that powers the backend. The PHP just reads from the "php://input" stream and echoes back out JSON, but it gives you an idea of what to expect to receive. For more information on Sencha Touch, check out their documentation.

0 comments voice your opinion now!
senchatouch2 model backend save proxy tutorial


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Ajax and PHP: The Simple Way

The Bakery: Six New Components/Articles/Tutorials (SOAP, XHR, Tickets, Models, Releases & Flashes)

PHPMaster.com: Writing a RESTful Web Service with Slim

NETTUTS.com: Learning OOP in PHP ASAP!

Anthony Ferrara: Design Patterns - Programming With Anthony


Community Events











Don't see your event here?
Let us know!


opinion development introduction release interview testing example code community conference language composer framework zendframework2 unittest tool podcast api functional series

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework