I want to learn zend framework.
I followed a tutorial which showed a folder structure and i created like that with index.php in web_root folder.
http://www.phpeveryday.com/articles/Zend-Framework-Intro-Creating-Controller-P474.html
I have copied the Zend folder into the library folder of my application as mentioned in the tutorial. i downloaded the minimal version of zend.
Here is my folder structure

in the htaccess the redirection is set to index.php
Do i have to use zend server to run this app?
Can i use the apache which comes with xampp bundle?