Symfony Framework Workshop, I’m invited!
A couple of weeks I got an invitation from Stefan Koopmanschap for a Symfony Framework workshop. Stefan Koopmanschap is a PHP developer, consultant and trainer and works at Unet. Besides that he is also the symfony Community Manager.
Unauthorized Cake PHP Guide
Today I found a tweet of an unauthorized cakephp guide, which turnred out to be a wiki with usefull cakephp information.
Site : Unauthorized cake guide
The official CakePHP ( aka the cakephp book ) can be found over here
A Minimal PHP MVC framework
This evening I was reading a remarkable article of Rasmus Lerdorf on his blog. The article describes how to build a minimal mvc framework for your own application in php5. Earlier I was shocked by Rasmus his theories, but after reading more of his work I'm quit charmed towards his ideas.Rasmus has a very good theory, but on the other side I think that I don't have to reinvent the wheel again.
Read more over here: http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html
A call for cakephp favourite links
Hi Y'all.
I want to make a special part on my blog, containing your favourite and best links regarding cakephp.
If you feel, you got that perfect, ideal link to a blog, pdf or site please feel free to use the comments form!
I'll start of with a few...
- http://www.cakephp.org/ - Cakephp Home
- http://webexpose.org/2007/05/09/cakephp-routes/ - Cake routes explained easily
- http://www.pagebakers.nl/ - blog of a developer with great cakephp plugins and components!
- http://book.cakephp.org/ - The Cakephp Book
- http://bakery.cakephp.org/ - The Bakery - Everything Cakephp related
- http://cakeforge.org/ - Cakeforge, the place where all happy cakephp projects go!
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.