Page 1 of 1

zend framework and wamp server

Posted: Sat Oct 25, 2008 10:09 pm
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?

Re: zend framework and wamp server

Posted: Sat Oct 25, 2008 11:08 pm
by alex.barylski
Have you looked into the manual or Zend docs?

Re: zend framework and wamp server

Posted: Mon Oct 27, 2008 9:19 am
by panic!
I shouldn't imagine it would be different to getting it going on a LAMP environment.

Re: zend framework and wamp server

Posted: Tue Oct 28, 2008 7:44 pm
by cali_dotcom
PCSpectra wrote:Have you looked into the manual or Zend docs?
yes i did but couldn't find anything helpful!

Re: zend framework and wamp server

Posted: Wed Oct 29, 2008 4:41 am
by josh
All you do is unzip it.

Re: zend framework and wamp server

Posted: Thu Oct 30, 2008 9:50 am
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.

Re: zend framework and wamp server

Posted: Thu Oct 30, 2008 12:13 pm
by josh
You just include classes and use them, did you look at the documentation / quick start tutorial?

Re: zend framework and wamp server

Posted: Thu Oct 30, 2008 5:50 pm
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.