zend framework and wamp server
Moderator: General Moderators
-
cali_dotcom
- Forum Commoner
- Posts: 49
- Joined: Fri Aug 22, 2008 7:28 pm
- Location: Rancho Cucamonga, CA
zend framework and wamp server
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
Have you looked into the manual or Zend docs?
Re: zend framework and wamp server
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
yes i did but couldn't find anything helpful!PCSpectra wrote:Have you looked into the manual or Zend docs?
Re: zend framework and wamp server
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
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.jshpro2 wrote:All you do is unzip it.
Re: zend framework and wamp server
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
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.