symfony
Tag details
Welcome to the 'symfony' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'symfony'.
Look up
"symfony"
at The Free Dictionary
Latest blogosphere posts tagged “symfony”
-
Symfony 1.3 Web Application Development
I am a Techie —
Authority: 114
Rapid deployment of web applications never became so much easier with the development of the symphony framework aimed at reducing repetitive codes. Compatible with propel and doctrine symphony has helped programmers immensely to create and maintain applications. One setback however was the availability of easy to ...1 day ago -
Embedded forms using Javascript with sfForm
Ian P. Christian's personal blog —
Authority: 389
I wanted to create a form that allowed me to dynamically add sub-forms via JS, without round-trips to the server. I had a bit of a google, but failed to find much of use - so I wrote my own. This article contains my code for a proof of concept, and a brief description of what it does. It is proof of concept, and ...3 days ago -
Does Symfony promote bad coding habits?
Closer To The Ideal —
Authority: 127
I’ve a new post up at Symfony Nerds, which looks at some of the bad coding practices which are common on some of the Symfony projects that I’ve worked on .5 days ago -
Symfony versus The Law Of Demeter: does Symfony promote bad habits?
symfonynerds.com —
Authority: 445
The engineers at Google have posted a list of what they consider to be bad coding practices . Reading it over, I was struck by how many of the violations are common in Symfony code. (Please note, the tone of the article is sarcastic, so they are saying the opposite of what they mean.) Make Your Own Dependencies - ...6 days ago -
22 Open Source PHP Frameworks To Shorten Your Development Time
TuVinhSoft .,JSC —
Authority: 434
PHP is a widely used programming language for web development. Although there are a lot of alternative programming languages for web development such as ASP and Ruby, but PHP is still the most popular among them.So, what makes PHP so popular? PHP is so popular because it is relatively easy to learn compare to other ...1 week ago -
symfony 1.3 beta available at ServerGrove
ServerGrove Web Hosting Blog —
Authority: 403
Due to popular demand, we have added symfony 1.3 beta in our library repository for our hosting customers to use. To use it, simply configure your project to load symfony 1.3, ie.: <?phprequire_once /usr/local/php/symfony13/lib/autoload/sfCoreAutoload.class.php;sfCoreAutoload::register();class ...1 week ago -
Symfony Support Screencast
NetBeans for PHP —
Authority: 408
Weve created a screencast that demonstrates the built-in support for the Symfony framework inNetBeans IDE for PHP 6.8. It shows how to set up the IDE to useSymfony, how to create a PHP project that uses the Symfony framework,and a number of tips, such as handy keymapping to set up in NetBeans IDE.1 week ago -
Report from the International PHP Conference 2009, Barcelona
O'ReillyGMT - Tech News from 4 timezones either side of the Greenwich Meridian —
Authority: 114
Josette Garcia writes: How many techies does it take to build an elephant tower? Result – This elephant is, of course, the mascot of PHP. Attending the International PHP Conference in Barcelona, I...1 week ago -
What would the ideal template system be for Symfony?
Closer To The Ideal —
Authority: 127
I’ve a new post up at Symfony Nerds . Fabien Potencier, the lead developer on Symfony, has recently introduced 2 new components related to templates in Symfony, including Twig, a template engine that will be introduced in Symfony 2.0. I try to offer an overview of the whole debate around these developments.2 weeks ago -
PHP community news roundup
ServerGrove Web Hosting Blog —
Authority: 403
The PHP community is live, more than ever before. This past week we were present at Zendcon 09, one of the main PHP conferences of the year. Despite the world economic woes, the conference was packed with people from all continents. We had the chance to meet and speak with top PHP developers in the world. We also ...2 weeks ago -
Symfony Blog: Announcing Symfony BugHuntDay
Computer & Internet - computer-internet.marc8.com —
Authority: 163
The Symfony project has officially announced their own BugHuntDay as a part of the phpBenelux user group targeted just towards the Symfony framework. read more2 weeks ago -
What would the ideal template system be for Symfony?
symfonynerds.com —
Authority: 445
Fabien Potencier has stirred up a storm with his post about template systems . If you’ve got time, you might want to read the whole thing, plus all the comments at the end, many of which are well written. If you are short on time, I’m going to here summarize what I think are some of the best points. It’s worth ...3 weeks ago -
symfony Bug Hunt Day coming
Medieval Programming —
Authority: 403
On november 14th there will be a symfony bug hunt day , organized by the benelux PHP user group. I will be attending, and Fabien will also be there. The event was initiated by symfony community manager Stefan , so he is in as well. The main goal of the day is to make symfony 1.3 ready for release. But I am ...3 weeks ago -
Traits for a new template engine
symfonynerds.com —
Authority: 445
Fabien Potencier writes: PHP has greatly evolved over the years as far as reusability is concerned. Since PHP5, the object implementation is much better, and when traits will be supported in the next version of the language, we will have a solid general purpose language at our disposal. I didn’t know anything ...3 weeks ago -
Building an Anti-CMS
Web Services —
Authority: 412
At last weekend’s PHP North West Conference I delivered a talk titled Building an Anti-CMS (and how it’s changed our web team) . Feedback has generally been pretty positive so I thought I’d open it up to a bit of constructive criticism from inside the sector (because every web team reads our blog, ...4 weeks ago -
A Symfony utility for cleaning up the HTML that users submit
Closer To The Ideal —
Authority: 127
Tom Boutell explains some features that are hidden in his pkToolkitPlugi n plugin for Symfony: * The pkHtml class. Many projects allow users to edit content via a rich text editor. And we all know what happens if the user pastes a Word document in there: the styles of the page wind up hopelessly munged. You can use ...8 weeks ago