Archive for the ‘symfony’ Category
Sunday, February 21st, 2010
I recently ran into an interesting problem: symfony wouldn't colorize the command-line output on any recently installed openSUSE (11.2) system. At first I was totally at a loss, but after diving into the code base and doing some debugging I finally found the core of the problem: the posix PHP ...
Posted in PHP, symfony | No Comments »
Sunday, February 21st, 2010
The conference is over, I'm back in Vienna since Thursday evening and life has gone back to everyday normal. The city of Paris was quite interesting, I especially liked the broad architectural scope. Unfortunately I didn't have much time for sightseeing. But let's get back to why I was there, ...
Posted in PHP, symfony | 4 Comments »
Tuesday, February 16th, 2010
Today Symfony Live 2010 has started. There have already been some interesting sessions, but the WiFi connection is awfully slow or even down most of the time.
Posted in News, symfony | No Comments »
Tuesday, September 29th, 2009
Today I registered for the Symfony Live 2010 conference which will take place in Paris in February 2010. I'm looking forward to meeting lots of interesting people there!
Posted in News, symfony | 1 Comment »
Thursday, May 14th, 2009
The SourceForge.net Community Choice Awards are on again and it's time to nominate the greatest rapid application development PHP framework: symfony!
I've nominated symfony in 3 categories:
Best Tool or Utility for Developers
Best Project
Best Commercial Open Source Project
Click the picture to nominate symfony too! Of course don't forget to read and follow ...
Posted in PHP, Software, symfony | No Comments »
Wednesday, April 15th, 2009
From April 16th to 18th the so-called Linux weeks will take place in the city hall of Vienna/Austria. There will be a symfony desk providing general information and exchange of personal experience using symfony. Bernhard Schussek and Klemens Ullmann, the heads behind webmozarts.com, will give 2 lectures about symfony in ...
Posted in News, PHP, symfony | 3 Comments »
Tuesday, April 14th, 2009
After reading Bernhard's great article about how the symfony forms framework could be enhanced I sat back and thought: how would I like the forms to be? What could be improved to increase my efficiency? Well, after 2 days of brain storming I have found those areas:
Field grouping
Field formatters
Required marks
Separators
Submit ...
Posted in PHP, symfony | 9 Comments »
Monday, April 6th, 2009
During the last 3 articles I showed you how to define the menu structure, generate sfMenuItem objects and create a builder that does all this for you. Today I want to present you the full package of my sfMenuBuilder and describe all the additional options I included.
Owing to a comment ...
Posted in PHP, symfony | 11 Comments »
Friday, April 3rd, 2009
After defining a menu structure and describing the sfMenuItem object it's time to show you how to pack the whole menu thing up to generate the menu with a few lines of code.
Up until now we have defined a tree structure in yaml and created a PHP class to generate ...
Posted in PHP, symfony | 2 Comments »
Friday, April 3rd, 2009
During my last article I described how the structure of my routing-based menu is defined. This time I want to show you how to create menu item objects using this structure as the source. You will also learn how the items interact with the symfony environment.
Posted in PHP, symfony | No Comments »