Symfony Resources Central

Web development made simple

discussion

Entries feed

Wednesday, September 23 2009

All about backward compatibility...

Backward compatibility sounds nice, but it's not so easy to respect it in big projects. And the whole interest is on big projects: it's maybe not such a problem if your grand-ma's blog breaks its API on each release, but there would be a revolution (or not?) if win32 API was changing on each enslavement service pack microsoft releases.

Here is a real story case study of a BC break that happened on the PHP language itself.

Continue reading...

Thursday, March 12 2009

How to render a component in an action with symfony 1.1+

public function executeBarfoo(sfWebRequest $request)
{
  return $this->renderComponent('my_module', 'my_component', array());
}

This is an attempt to take over the first place on google for the query how to render component action symfony.

Monday, June 16 2008

Towards symfony 1.1

After more than one year since symfony 1.0 was released, symfony 1.1 goes more and more mature each day. Recent RC releases are a proof of it, but many people are still concerned about whether or not they should migrate.

Continue reading...

Sunday, October 28 2007

Testing Symfony 1.1

Wondering what symfony 1.1 will look like? Well, I couldn't hold my curiosity neither, so I upgraded one of my websites to symfony 1.1, and I describe here how to setup a box to run both versions. The upgrade process being definitive for a given project, make backups or svn commit before upgrading.

Continue reading...

© Copyright 2007-2009 daKrazy. All rights reserved.

Design, template and content by Romain Dorgueil