Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Add Zend folder to bash_profile
  2. - /usr/share/Zend/Framework/
  3. | - bin/
  4. | --  zf.sh
  5. | --  zf.php
  6. | - library/
  7. | --  Zend/
  8. |     All the Zend Framework files are here...
  9.        
  10. include_path = ".:/usr/share/Zend/Framework/library"
  11.        
  12. PATH="${PATH}":/usr/share/Zend/Framework/bin
  13. export PATH