tags:

views:

27

answers:

1

Hai

I put this in to php.ini

include_path = ".;c:\php\includes;C:\wamp\zend\library"

C:\wamp\: here i put the zend frame work

when i run the wamp sever , i seen a pge as usual

How i check whether it's install or not ,

How i start my work in the frame work

A: 

check the output of php_info() to see if you settings were applied as expected ...

also a screencast to let you get kick off.

RageZ