Zend Framework on XAMPP

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zend Framework on XAMPP

    There is an application we are developing in our company, and it uses Zend Framework.
    I decided to install Zend in XAMPP server, first, because working in live-server is boring.

    Here are the steps:

    1) Download Zend Framework

    2) Extract it. Note that 'library' and 'application' directory should be parallel with htdocs directory

    3) Now rename htdocs to www

    4) Open apache/conf/httpd.conf and edit the document root not to htdocs but to www in line 182, and the directory in line 209.
    Open php/php.ini also and in the same way edit doc_root in line 454.

    5) Restart Apache


    Done!
    Have fun!
    mysterio.al - programming is a functional art

    #2
    Originally posted by Mysterio3 View Post
    There is an application we are developing in our company, and it uses Zend Framework.
    I decided to install Zend in XAMPP server, first, because working in live-server is boring.

    Here are the steps:

    1) Download Zend Framework

    2) Extract it. Note that 'library' and 'application' directory should be parallel with htdocs directory

    3) Now rename htdocs to www

    4) Open apache/conf/httpd.conf and edit the document root not to htdocs but to www in line 182, and the directory in line 209.
    Open php/php.ini also and in the same way edit doc_root in line 454.

    5) Restart Apache


    Done!
    Have fun!
    where is teh download link
    http://myfacepals.com
    MYFACEPALS SOCIAL NETWORKsigpic

    Comment


      #3
      Originally posted by makvanpor2000 View Post
      where is teh download link
      Zend Framework

      It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
      ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
      ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
      キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

      Comment

      Working...
      X