Tag: Zend Framework
May 4, 2008 7:48 AM
My introduction to search engine optimization with using the Zend Framework happened by accident.
I became interested in learning about the Zend Framework after my son showed me a book he had purchased, “Practical Web 2.0 Applications with PHP”. I followed along with the example application and created this site to get some idea of what PHP and web 2.0 was all about.
Even though www.rongatewood.net was never officially submitted to any search...
Apr 4, 2008 9:16 PM
While googling for a solution to an error message I ran across a Zend Framework Forum called ZF Forum. Today I registered and added my two cents in one of the threads where a person posted a question about a good tutorial. Naturally I was so eager to suggest the book this site is based on Practical Web 2.0 Applications with PHP that I forgot to do the correct thing and do a search to see if someone had already posted about. Luckily I only found a few other posts from other...
Mar 29, 2008 11:19 PM
Quick and simple guide to get the Zend Framework setup on Eyedreamt hosting.
Open the Zend ZIP file and copy the library directory up one level from public_html. Create the bootstrap index.php file in public_html.
Also, I needed to place the following files in the public_html document root:
.HTACCESS
AddHandler application/x-httpd-php5 .php
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css|html)$ index.php...
Mar 9, 2008 8:25 PM
Welcome to RonGatewood.net,
This site is the result of working through the sample application introduced in "Practical Web 2.0 Applications with PHP" by Quentin Zervaas. I am currently working on chapter 9 as I create this post. This is a personal project I have been working on for about a month. My goal with this site is to learn and develop an understanding of using the Zend Framework with Smarty templates. After finishing the book I plan to experiment...