Author Topic: Zend Framework on XAMPP?  (Read 3356 times)

0 Members and 1 Guest are viewing this topic.

Offline ask9Topic starter

  • Irregular
  • Posts: 49
    • View Profile
Zend Framework on XAMPP?
« on: March 09, 2010, 09:35:18 PM »
Hello guys

can you show me a good tutorial, on how to properly setup Zend Framework under XAMPP.

Thank you veyy much in advance.


Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,255
    • View Profile
Re: Zend Framework on XAMPP?
« Reply #1 on: March 09, 2010, 11:49:50 PM »
Setting up Zend is simple on any system, download it, place it in a directory somewhere. eg; C:\Zend. Then add Zend's library directory to your include path (within your ini file. eg;

Code: [Select]
include_path = ".;c:\php\PEAR;C:\Zend\library;"

Restart your server. Done.

Offline prashanth

  • Irregular
  • Posts: 17
  • Gender: Male
    • View Profile
Re: Zend Framework on XAMPP?
« Reply #2 on: March 11, 2010, 06:11:10 AM »
Hi

See the below link i have given the procedure how to install the zendFramework in xampp

http://prashanthm08.blogspot.com/2009/12/zend-framework.html

still if you have any issues let me know.

Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,255
    • View Profile
Re: Zend Framework on XAMPP?
« Reply #3 on: March 11, 2010, 07:29:21 AM »
That blog post mentions nothing of placing the Zend/library directory on your include_path. It should.

Offline prashanth

  • Irregular
  • Posts: 17
  • Gender: Male
    • View Profile
Re: Zend Framework on XAMPP?
« Reply #4 on: March 18, 2010, 06:16:11 AM »
what is the necessity of changing the include_path

just follow the procedure as per the blog,the zendframe will installed successfully.

if you have any questions in that blog let me know.

Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,255
    • View Profile
Re: Zend Framework on XAMPP?
« Reply #5 on: March 18, 2010, 07:03:21 AM »
what is the necessity of changing the include_path

just follow the procedure as per the blog,the zendframe will installed successfully.

if you have any questions in that blog let me know.

Your blog post assumes Zend is already on the include_path.