In the previous article in this series, we learned how the CakePHP routing system handles URLs and interacts with your application in order to dispatch requests to the proper controller action. In the first article of the series, we saw how the Router's features could be combined with other classes in the framework (the , for example) to enable things like unifying the handling of different resource types.We're going to take these concepts further and add a new one: REST.
Other tags:
art
cake
homepage
rest
web services
Using CakePHP's advancing routing system, you can easily create advanced, custom, SEO-friendly URLs with minimal configuration.
Other tags:
art
cake
homepage
mvc
SEO
There are many frameworks available for the PHP programming language nowadays, and especially a lot of which aim to make web development faster, less tedious and more organized. CakePHP was one of the first frameworks to port the RAD philosophy - which became so popular after - to the PHP programming language.
CakePHP v1.0 is now one of the most popular and intuitive solutions for PHP programming, let's discover why...
Other tags:
art
cake
In this article I describe how to use Zend framework components in a CakePHP application by means of building a very simple CakePHP application using Zend_Service_Flickr, a component for accessing the Flickr web services.
Other tags:
art
cake
zend framework
zf