Setting up Zend Framework

When setting up Zend Frameworks in your hosting account be sure to upload your frameworks folder into your public_html folder. 

Edit the php.ini and change the following line to match your user account:

ini_set("include_path", ini_get("include_path"). ":/home/yourusername/public_html/frameworks");

Save the file and upload the php.ini to the same folder in which the script or flash file you are using requires the path to be set.

You are all set!
  • 164 Users Found This Useful

Was this answer helpful?

Related Articles

Error 406 unacceptable

This error can be caused by several factors. One cause can be the incorrect permissions are set...

I updated my site but I still see old pages

Make sure your files are indeed updated by checking the file time stamps. Also, you may want to...

Redirect Internet Explorer visitors to a supported browsers page

Redirect users of Internet Explorer to a supported browsers page or any other page.  To do this,...

My index page does not load - Why not?

Filenames are case sensitive. Be sure you have an index filename all in lower case. Examples are...

Creating and Submitting a Google Sitemap

Creating a Google sitemap can be easy and beneficial. By using one, you are pushing a full list...