0

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

enter image description here

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?

2 Answers 2

3

Do i have to use zend server to run this app?

No.

Can i use the apache which comes with xampp bundle?

Yes.

See https://encrypted.google.com/search?q=setup+xampp+zend+framework

Sign up to request clarification or add additional context in comments.

Comments

1

No you do not have to use zend server to use zend framework, you can run your application using apache web server.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.