Hello there..Maybe this is already the 6th time I am trying to follow different manuals on how to installing the zend framework in XAMPP but without any result..Hope you will help to sort this out in the end!!!
I have installed XAMPP 1.7.4 on my Windows XP. I have downloaded the files for zend framework and extracted the zip file into zend folder and I have placed it inside my "htdocs" folder. I have edited the "php.ini" file typing
include_path = ".;C:\xampp\php\PEAR\;C:\xampp\htdocs\zend\library"
the value of the "Path" environment variable i have changed
;C:\xampp\php\php.exe
...
But i dont know what to do after this...I mean please can you guide me to install this and also give me an example of code that i'll be able to run to see that zend has been installed correctly and i can work with it alerady...
I mean for example when i installed XAMPP on my computer i was able to run my files test.php (which was inside "htdocs" folder) just typeing on the browser "localhost/test.php"..So i want the same here..I want a zend sample code that i can run (typing i dont know maybe localhost/zftestproject or whatever is correct) and see that the zend framework works...
Thx in advance!!!
Will be waiting for your response!!!