zend framework and wamp server

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
cali_dotcom
Forum Commoner
Posts: 49
Joined: Fri Aug 22, 2008 7:28 pm
Location: Rancho Cucamonga, CA

zend framework and wamp server

Post by cali_dotcom »

hi, i have the wamp server installed on my pc and now i just downloaded the latest version of the zend frame work and need learn to use the zend framework. Does anybody know what steps i need to take to get the zend framework going?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: zend framework and wamp server

Post by alex.barylski »

Have you looked into the manual or Zend docs?
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Re: zend framework and wamp server

Post by panic! »

I shouldn't imagine it would be different to getting it going on a LAMP environment.
cali_dotcom
Forum Commoner
Posts: 49
Joined: Fri Aug 22, 2008 7:28 pm
Location: Rancho Cucamonga, CA

Re: zend framework and wamp server

Post by cali_dotcom »

PCSpectra wrote:Have you looked into the manual or Zend docs?
yes i did but couldn't find anything helpful!
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: zend framework and wamp server

Post by josh »

All you do is unzip it.
cali_dotcom
Forum Commoner
Posts: 49
Joined: Fri Aug 22, 2008 7:28 pm
Location: Rancho Cucamonga, CA

Re: zend framework and wamp server

Post by cali_dotcom »

jshpro2 wrote:All you do is unzip it.
after unzipping it, don;t i need to put the library file into my wamp server somehow? i guess just unzipping it isn't enough.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: zend framework and wamp server

Post by josh »

You just include classes and use them, did you look at the documentation / quick start tutorial?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: zend framework and wamp server

Post by alex.barylski »

OP: I think you need to read more beginner articles. Yes Zend is usually located in or close to your WAMP server document root but where you put it is irrelevant - technically speaking.
Post Reply