Jon Bauer’s Blog


symfony Camp

Posted in General, PHP, Software, Symfony by site admin on the September 7th, 2007

Ok, I’m jealous.

Looks like everyone is having fun at symfony Camp.

Maybe next year?

ZendCon ‘07

Posted in General, PHP, Software, Symfony by site admin on the June 28th, 2007

Update Symfony and Maintain Legacy Projects

Posted in General, PHP, Software, Symfony by site admin on the May 7th, 2007

Updating your symfony dev environment while maintaining legacy support for an older project:

mkdir /www/symfony_archive
cd /www/symfony_archive

svn co http://svn.symfony-project.com/tags/RELEASE_0_6_3 RELEASE_0_6_3

change httpd.conf:
Alias /sf /www/symfony_archive/RELEASE_0_6_3/data/web/sf

make symlinks:
cd /www/sfprojects/legacyproject/lib
ln -s /www/symfony_archive/RELEASE_0_6_3/lib symfony
cd /www/sfprojects/legacyproject/data
ln -s /www/symfony_archive/RELEASE_0_6_3/data symfony

Add this to /myproject/config/config.php
$sf_symfony_lib_dir = SF_ROOT_DIR.'/lib/symfony';
$sf_symfony_data_dir = SF_ROOT_DIR.'/data/symfony';

symfony cc

//make sure project is working
//in debug mode, click “vars and config” -> Settings
//make sure paths under sf_class_autoload: are all using new symfony_archive paths ( ie. /www/symfony_archive/RELEASE_0_6_3/lib/util/sfFinder.class.php )

then as root:
pear upgrade symfony/symfony

Check to make sure you’re running the new version:
symfony -V

Symfony Jobs

Posted in General, PHP, Software, Symfony by site admin on the April 25th, 2007

Both Full and Part time positions are starting to popup for Symfony developers.

Symfony in php|Arch

Posted in General, PHP, Software, Symfony by site admin on the April 24th, 2007

Symfony graces the cover of the April issue of php|Arch !

Kudos to Dustin Whittle for the article.

Symfony slides from PHP Quebec

Posted in General, PHP, Software, Symfony by site admin on the March 19th, 2007

Fabien Pontencier, Project Lead of symfony spoke at PHP Quebec this past week and has posted his slides in both French and English.

The one surprise to me on the last slide was the revealing of symfony-forge!

Symfony Releases v1.0

Posted in General, PHP, Symfony by site admin on the February 20th, 2007

Congrats to the entire Symfony dev team for releasing Symfony-1.0!

The Symfony Book is out as well, both online and print format.

Review coming shortly. (after I finish reading it)

Symfony Book Preview

Posted in General, Symfony by site admin on the January 17th, 2007

There’s a sneak preview chapter available from the upcoming Apress Symfony book.

It’s Chapter 15, the Symfony Unit Test chapter.

In Symfony’s forthcoming v1.0, there is a new, custom Unit Test framework called Lime.

In depth documentation about all the new features of v1.0, have been sorely missing, but not only will this book fill the void, it will become the official documentation for the whole project, and also available online for free.

If you use Symfony, please support the project by ordering a paper copy.

Symfony at ZendCon

Posted in General, PHP, Software, Symfony by site admin on the October 27th, 2006

I’ll be informally representing Symfony during ZendCon next week.

If you’re gonna be there, and you just want to ask questions about Symfony, or look at real code, just ask, I’ll be glad to open the laptop and give you a tour.

Yahoo! Uses Symfony

Posted in General, PHP, Software, Symfony by site admin on the October 27th, 2006

http://www.symfony-project.com/weblog/2006/10/28/yahoo-bookmarks-uses-symfony.html

By the way, I forgot to wish Symfony a Happy Birthday!

It’s been 12 months, and stories like this illustrate how far it’s come, and what amazing potential this framework has.

Fabien, Francois, and the entire Symfony dev team have been kicking ass and writing great code.

Great job guys!

Next Page »