Last updated by AlessMascherpa on Sun, 2012-06-03 10:53
Este wiki es un punto de referencia de los avances en el estudio de Drupal8 y Symfony2 y la relación entre ambos proyectos del grupo de trabajo sobre este tema que hemos creado en DrupalCS.
Sentiros libres de editarlo a vuestro criterio siempre pensando que lo importante es refinar el contenido y el conocimiento al que representa.
Intro
- Desde el 1 de junio de 2012, Symfony2 ya forma parte del branch principal de Drupal 8: http://www.garfieldtech.com/blog/wscci-kernel-merge
- El código que vamos a investigar está en: http://drupal.org/node/1260830/git-instructions/kernel
- la rama principal de Drupal 8: http://drupal.org/node/3060/git-instructions/8.x
- Isues relacionadas: http://drupal.org/project/issues/search/drupal?issue_tags=symfony
Herramientas de profiling, debuging... Comparación de versiones de código...
- XHProf, Install in Ubuntu and HOWTO use in Drupal 6.x and 7.x: http://develcuy.com/es/node/173
- Xdebug: http://xdebug.org/ http://programmingbulls.com/debugging-drupal-php--xdebug-eclipse
Referencias
Drupal8 (Drupal8 + Symfony2):
- Rethinking WSCCI: http://groups.drupal.org/node/198538
- What Symfonic Drupal means: http://www.garfieldtech.com/drupal-symfony2
- http://buytaert.net/the-future-is-a-restful-drupal
- http://jmolivas.com/drupal-8-symfony-2-y-wscci
- http://drupal.org/node/335411
- Identify pieces of Drupal that could be replaced by Symfony code: http://drupal.org/node/1263478
- Issues relacionadas con Symfony: http://drupal.org/project/issues/search/drupal?issue_tags=symfony
- Crell Sandbox con el D8 con componenetes Symfony2:
http://groups.drupal.org/node/213118
http://drupal.org/node/1260830/git-instructions/kernel
- WSCCI Routing in Denver: http://groups.drupal.org/node/220269
- Added main Symfony libs to D8 core: http://drupal.org/node/1463656#comment-5691204
Symfony2:
- Create your own framework... on top of the Symfony2 Components: http://fabien.potencier.org/article/50/create-your-own-framework-on-top-...
Symfony CMF:
- http://cmf.symfony.com/slides/bigpicture.html
- http://cmf.symfony.com/
- https://github.com/symfony-cmf
- http://groups.google.com/group/symfony-cmf-devs
PSG (PHP Standrads Group):
- https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md
Joomla! (Propuesta similar ¿?)
- https://github.com/Molajo/Molajo
RefExtras:
- http://toys.lerdorf.com/archives/38-The-no-framework-PHP-MVC-framework.html
- http://www.archive.org/details/KeynoteRasmusLerdorf
- http://www.sitepoint.com/rasmus-lerdorf-php-frameworks-think-again/