PHP Zend Framework [cerrado]
Frecuentes
Visto 113 veces
0
im new in PHP and I want to know about PHP Zend Framework. What tools softwares do i need to install first? I've been searching a lot from google. But I also need to ask from an experienced developer (PHP), or any tips, reference, etc that could be of any help for a beginner like me? Thank you in advance.
2 Respuestas
1
I will refer you to this tutorial that has been very useful to me a while ago: Creating and Running a Zend Framework Example Project
Best way to start for a beginner is probably to setup an example and start from it and decline it to your needs.
Respondido el 12 de junio de 12 a las 19:06
Thanks for this one. also i'd like to ask if is there any tools or softwares that I need to use for me to use PHP? any tips? - novato
Personally, I code with Notepad++ and use Wamp as a local server, but this subject is highly documented if you do a Google search. Also, if you have experience in other languages and MVC programming, this is more easy with Zend. - Jeff B.
I see, actually this will be my 1st day and 1st hour to practice PHP, but thank you for the tips. :) - novato
This question is redundant. To see stackoverflow.com/questions/3633314/… - Ismael Vaco
1
There are no special software tools that are required to work with Zend Framework. Whatever tools you'd use to write PHP code are what you'd need for ZF. You can use any text editor, but I prefer an IDE such as Eclipse PDT.
To start a Zend Framework project, it's probably good to use their Tutorial de inicio rápido y ramificarse desde allí.
Respondido el 12 de junio de 12 a las 23:06
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas php zend-framework or haz tu propia pregunta.
The Zend Framework is definitely not a good choice for a newbie. Better start without a framework. - Niko
very broad question. try to scale it down. also listen to @Niko - Elzo Valugi