Cakephp : JsController could not be found
Today I was figuring out how to build an ajax login, but got this very strange error "JsController could not be found". After a couple of hours searching I noticed that I did not had copied all the javascript files that I needed to the webroot/js folder.
Symfony php framework (php5)
With this post I would like to pay your attention to a less familiair php(5) framework. It's called "Symfony" and is, like cakephp, also a competitor at the php framework market. ( Php frameworks are aimed to code less and create more. )
Based on the best practices of web development, thoroughly tried on several active websites, symfony aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.
Ruby on Rails or PHP?
De hype van Ruby on Rails begint ook in Nederland op te komen. Met het MVC model wordt volgens menigeen verwacht dat Ruby on Rails een geduchte concurrent van PHP gaat worden. Nu is er echter in de vorm van CakePHP ook een PHP implementatie van het RAD ( Rapid Application Development ) aanwezig (voor php dus).
Wil je hier meer over weten/lezen dan moet je vooral de huidige editie ( issue 07.2006 ) van Internation PHP Magazine kopen via : http://www.php-mag.net
Voor een link naar CakePHP klik hier
Tip: Volg vooral even de screencasts welke beschikbaar zijn op de site van CakePHP.