Using CakePHP's advancing routing system, you can easily create advanced, custom, SEO-friendly URLs with minimal configuration.
Other tags:
art
cakephp
homepage
mvc
SEO
With MVC frameworks being the fad of the land these days, you're probably familiar with the MVC pattern, and the generalities of how it works. Maybe you've even written an app or two in one such framework. However, it's common for PHP developers to apply typical PHP practices, such as page-oriented design, even when working with MVC, prohibiting them from utilizing the pattern to its fullest potential.
Other tags:
art
design patterns
homepage
mvc
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
cakephp
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
cakephp
zend framework
zf