0

i am new in zend framework. Please help me to create controller and how navigate in browser.

2 Answers 2

0

Not the best question, because it shows you haven't searched much. Let's search together:

framework.zend.com

StackOverflow

StackOverflow again

StackOverflow 3

So either search better or please try to explain your need with more details and show what you have already done.

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

Comments

0

Yeah, this is pretty vague.

I'm assuming that you have some experience with computers, computer programming, the Linux operating system, and developing for the web. Object oriented programming principles, as well as some awareness of php itself are also going to be very helpful.

Do you have an environment to work from? A webserver that's capable of running php? You'll need that, as a bare minimum first. Luckily we live in the days when it's easy to set up virtual environments for that. Try puphpet. It's awesome. While you're at it, make sure you get MySQL, as you'll need it for many of the tutorials provided by Zend (and others).

https://puphpet.com/

Have you downloaded the framework?

If you use the zf tool to create a project, as described in the link below, you'll have a basic application that includes a Controller and that you should be able to browse to.

http://framework.zend.com/manual/1.12/en/learning.quickstart.create-project.html

That should be enough to get you going.

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.