Question:
Date: 14-09-2016 06:06:36
(In Spanish)
me estoy iniciando en php alguien me puede compartir un crud en php con el Symfony MVC ! Votes: 1 - Answers: 1 - Views: 18 Share on: Google Facebook Twitter LinkedIn Link
CRUD en PHP con el Framework Symfony MVC[Resolved]
Buenos días, Alguien me puede compartir un crud en php framework mvc symfony?me estoy iniciando en php alguien me puede compartir un crud en php con el Symfony MVC ! Votes: 1 - Answers: 1 - Views: 18 Share on: Google Facebook Twitter LinkedIn Link
Answers:
-
Date: 14-09-2016 14:02:49 Hola Nilton, si hablamos de Symfony, hoy tendras que remitirte a la versión 3.x, y nada mejor para aprender este framework que utilizar la documentación oficial. Symfony siempre se ha caracterizado por ser uno de los frameworks más y mejor documentados.
Revisa el Getting Started
Chapter 1. Setup
Chapter 2. Creating Pages
Chapter 3. Routing
Chapter 4. Controllers
Chapter 5. Templates
Chapter 6. Configuration
Aquí un ejemplo de como generar un controlador CRUD:
Generating a CRUD Controller Based on a Doctrine Entity
Saludos y buen código! Votes: 2 - Link answer
To actively participate in the community first must authenticate, enter the system.Sign In