To include/require phar archives you have to whitelist phar files in your php.ini/suhosin.ini configuration file.
suhosin.executor.include.whitelist = phar
Symfony2 Tips
Tips & Ticks on Symfony2 development
Wednesday, May 11, 2011
Tuesday, April 19, 2011
Friday, April 15, 2011
Propel2 - 'Whether it is called Propel2 or not is irrelevant.'
Yesterday something popped out on my twitter stream and made me a bit curious. Francois Zaninotto is working on an ActiveRecord Implementation built on top of some Symfony2 components, Doctrine2 and Twig, maybe it will be later called Propel2 or not.
Check it out here.
Features currently supported (out of the project readme on github)
I love this new era of PHP projects:
Just to mention a few ;)
Check it out here.
Features currently supported (out of the project readme on github)
- Working ActiveRecord builder (no handling of relations for now)
- Generated entities are empty classes extending generated Base Entities extending nothing
- Getter & setter generation
- Metadata loader
- Access to the EntityManager from within an Entity
- fromArray and toArray
- isNew, isModified, etc.
- ActiveEntity methods: save(), delete()
- Basic behavior support
- Ability to alter the data structure
- Ability to modify the generated code pretty much everywhere
- Timestampable behavior example
- Template customization via partials
I love this new era of PHP projects:
Just to mention a few ;)
Wednesday, April 13, 2011
Sismo - Your 'friendly' Continuous Testing Server
Fabien Potencier released finally the first version of Sismo. Get it at GitHub.
Friday, April 8, 2011
SILEX - a PHP micro-framework
New toys for us to play with!
Fabien Potencier and Igor Wiedler brought us under the flagship of Sensio Labs a Sinatra.rb inspired micro framework.
Check out their presentation:
Resources:
via Daniel Bayerlein
For you JavaScript freaks out there, I created some months ago a prototype of Sinatra.rb in JavaScript based on MooTools 1.3 called Dean.js, the source is available at github.
Fabien Potencier and Igor Wiedler brought us under the flagship of Sensio Labs a Sinatra.rb inspired micro framework.
Check out their presentation:
Resources:
via Daniel Bayerlein
For you JavaScript freaks out there, I created some months ago a prototype of Sinatra.rb in JavaScript based on MooTools 1.3 called Dean.js, the source is available at github.
Tuesday, March 22, 2011
Symfony Live Paris 2011 Slides
German php resource phpgangsta.de collected a nice list of slide from Symfony Live Paris 2011.
Slides, You should really keep an eye on:
Symfony2 – from the trenches
by Lukas Kahwe Smith, Jordi Boggiano, Jeremy Mikola
Introducing Assetic: Asset Management for PHP 5.3
by Kris Wallsmith
UserBundle (sfGuard for Symfony2)
by Jeremy Mikola
Monolog
by Jordi Boggiano
Being dangerous with Twig
by Ryan Weaver
Behavior Driven Development for Symfony2 (with behat)
by Konstantin Kudryashov
(via phpgangsta.de)
Slides, You should really keep an eye on:
Symfony2 – from the trenches
by Lukas Kahwe Smith, Jordi Boggiano, Jeremy Mikola
Introducing Assetic: Asset Management for PHP 5.3
by Kris Wallsmith
UserBundle (sfGuard for Symfony2)
by Jeremy Mikola
Monolog
by Jordi Boggiano
Being dangerous with Twig
by Ryan Weaver
Behavior Driven Development for Symfony2 (with behat)
by Konstantin Kudryashov
(via phpgangsta.de)
WebProfilerBundleExtra - or how to boost Symfony2 WebProfiler from awesome to double awesome
Developer Vincent Bouzeran (Twitter, Github) created some nifty Bundle called 'WebProfilerExtraBundle' that extends the Symfony2 web profiler and provieds support for the components:
(Tested with Symfony2 PR8)
- Assetic
- Container
- Routing
- Twig
(Tested with Symfony2 PR8)
Subscribe to:
Posts (Atom)