Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-18-2007, 07:40 AM
Junior Member
 
Join Date: Jul 2007
Posts: 5
Default zend framework

hi,
i am sorry to be such a burden but i am in desperate need of help in regards to understanding zend framework.
I have no idea where to begin and how to begin.Which file goes where. Please do help. If you could please just guide me to a site that offers that help. I've gone through so many site and most of the tutorials are error prone. Please do help
thanks.Or i make the errors and dont know how to rectify it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-18-2007, 10:05 AM
Junior Member
 
Join Date: Jul 2007
Posts: 5
Default

Hi,
I am using the tutorial from Akra’s DevNotes as my guide to learn zend framework.
I tried doing the tutorial and have come to realize that i have encountered the same error when trying other tutorials. i would just like to understand what is meant by this whole paragraph:

"Bootstrapping

The Zend Framework’s controller, Zend_Controller is designed to support websites with clean
urls. To achieve this, all requests need to go through a single index.php file, known as the
bootstrapper. This provides us with a central point for all pages of the application and ensures
that the environment is set up correctly for running the application. We achieve this using an
.htaccess file in the zf-tutorial root directory:
zf-tutorial/.htaccess
RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off

The RewriteRule is very simple and can be interpreted as “for any url, use index.php instead”.

We also set a couple of PHP ini settings for security and sanity. These should already be set
correctly, but we want to make sure! Note that the php_flag settings in .htaccess only work if
you are using mod_php. If you use CGI/FastCGI, then you need the make sure that your
php.ini is correct."

I would appreciate it if someone would shed some light on what do they mean by this.Please do help.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:06 PM.