2017 © Pedro Peláez
 

library symfony-generate-php-crud-bundle

Extends Symfony's CRUD Generator to create PHP view files (instead of twig)

image

dlancea/symfony-generate-php-crud-bundle

Extends Symfony's CRUD Generator to create PHP view files (instead of twig)

  • Monday, May 6, 2013
  • by dlancea
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

DlanceaGeneratePhpCrudBundle

The DlanceaGeneratePhpCrudBundle extends the default Symfony2 Doctrine CRUD controllers, created by extending the original Sensio generator bundle to create PHP view files instead of twig files. Since this bundle is an extension of the Sensio one, that bundle is a requirement., (*1)

To use the new command, run the following on the command line:, (*2)

php app/console dlancea:generate:phpcrud, (*3)

The command uses the same parameters as doctrine:generate:crud., (*4)

Todo

  • Testing
  • Better code re-use(?)

FYI, I gave up on this project. Trying to use Symfony with PHP templates is just not viable if you want to use additional 3rd party code since libraries use twig almost exclusively and the two don't work together. This library works, but will not be maintained., (*5)

The Versions

06/05 2013

dev-master

9999999-dev

Extends Symfony's CRUD Generator to create PHP view files (instead of twig)

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Lancea