Help me

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
laxmisarva
Forum Newbie
Posts: 2
Joined: Mon Nov 30, 2009 3:24 am

Help me

Post by laxmisarva »

Hi

This is Laxmi And recently I got a job. I am not familiar with zend framework, and my company uses zend framework for developing its application. I started learning zend framework and trying to configure it in my WAMP server. but i am in a situation

1: My project manager asked me to do code-base conversion for database management code to remove Zend dependencies and I dont know what to do.

2: I failed to configure zend framework in my wamp server.
what i did till now is
. Downloaded zend framework in c:/program files.
. set up class path of zend framework which is in c:/program files.
. Created a new folder in wamp/www/sites/dev
where I created my project files.
. I added a new line in system32/drivers/etc/host file with Ip address 127.0.0.1 and dev.localhost.
. i modified the http:vhost file in apache/config/exta folder .

I am getting internal server error on my browser

Can any one help me please
ibom
Forum Newbie
Posts: 18
Joined: Sat Nov 28, 2009 3:05 am

Re: Help me

Post by ibom »

Hey.

Download Xampp and install it.. its a great program works on Xp and server 2003.
If you are working with server 2003 you need to install php.exe as extension.. EASY... lots of info in on the internet ( install php on server 2003 )
Post Reply