News Feed
Jobs Feed
Sections




News Archive
Freeaqingme's Blog:
PHP, JS & Service layers Blend like never before
March 17, 2011 @ 11:41:42

On his Tweakblog today Freeaqingme has posted about some work he's done linking Javascript to a PHP service layer and overcoming some of the performance issues he came across.

The past week I've been only programming (clientside) Javascript, and last night I finally got to tying it all to the serverside app, which is written in PHP. While adding some functionality to my Service Layer, it came to mind how much slower this process was in the past. [...] One of the nice things of Service Layers and performing your Access Control there, is that you can have multiple points of entry. So, to lessen the amount of tediousness, one can simply use one controller for all service requests coming from the client.

He was connecting to two via a XMLHttpRequest to a custom URL that would return a different result based on the kind of request. Internal routing handled the request correctly and the result from the view was pushed directly back to the client. He includes code to illustrate - a bit of PHP based on the Zend Framework structure, the Javascript to make the request and an example of invoking the service on the client side.

0 comments voice your opinion now!
javascrupt tutorial servicelayer ajax xmlhttprequest


blog comments powered by Disqus

Similar Posts

Oracle Technology Network: Oracle Database 10g Express Edition and Zend Core for Oracle

DevShed: Returning Strings from Views with Code Igniter

Rob Allen's Blog: Tutorial Q&A PDF

ZendCasts.com: Building a JSON End-Point With SLIM and jQuery: Part 2

Lorenzo Alberton's Blog: Navigation Through Paragraphs in an Article


Community Events











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


application release database testing phpunit code introduction series zendframework2 composer api opinion development language framework community example podcast interview functional

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