Tag: Zend Framework
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...