Results 1 to 2 of 2

Thread: How-To: Install Zend Framework on Dreamhost

  1. #1
    gsone is offline Junior Member
    Join Date
    Feb 2012
    Posts
    1

    Default How-To: Install Zend Framework on Dreamhost

    Hey there, I recently got down to setting up a cheapie Dreamhost account to muck around with some ideas I had percolating. As it turns out, it's not easy to get Zend working on Dreamhost. I worked out a process and blogged it so I thought I'd share it with y'all, hopefully it helps someone!

    Using Zend Framework on Dreamhost | | Gary's Tech BlogGary's Tech Blog

    I actually found a few places on the net that had various instructions for getting Zend working on Dreamhost but all of them seemed like real hacks and I wanted a cleaner process, this is what I came up with.

  2. #2
    Join Date
    May 2010
    Posts
    37

    Default

    Installing/Configuring Zend Framework is just a 1 step process

    Method 1 (if you have access to php.ini)
    Once you have downloaded and extracted it in some location, add the library folder of Zend Framework to php.ini's include_path directive

    Method 2 (if you do not have access to php.ini
    Once you have downloaded and extracted it in some location, copy the library/Zend folder from Zend Framework to your project's library folder

    That's it .. really !
    Learn Zend Framework Online/Offline - Visit Zend Framework Training

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •