Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Padraic Brady's Blog:
An Example Zend Framework Blog App - Part 3: A Simple Hello World Tutorial
Apr 29, 2008 @ 17:57:56

Padraic Brady has posted part three in his look at making a blogging application with the Zend Framework. This time get gets down and gets into the code.

It's almost obligatory when introducing a new programming topic, that the author present the simplest possible example. Usually this means getting a programming language or framework to print "Hello World" to the screen. I'm going to be no different. So much for originality...

He shows how to set up everything, down to the Apache VirtualHost directive and hosts file to get the web server and localhost working correctly. He includes the code for the boostrap file and how to create your first controller (along with its view, of course).

tagged: zendframework helloworld tutorial blog controller view bootstrap

Link:


Trending Topics: