Archive | PHP

Symfony’s most popular plugins

Francios a core member of the Symfony team recently blogged about the 20 most popular plugins of the Symfony project based upon page views. That list is: sfSimpleCMSPlugin sfGuardPlugin sfPropelActAsNestedSetBehaviorPlugin sfMediaLibraryPlugin sfSimpleBlogPlugin sfSimpleForumPlugin sfFeed2Plugin sfgWidgetsPlugin sfThumbnailPlugin sfUJSPlugin sfControlPanelPlugin sfFormValidationPlugin sfMogileFSPlugin sfLightboxPlugin sfCaptchaPlugin sfNiftyPlugin sfPrototypeWindowPlugin sfPropelLoadbalancerPlugin sfSavvyPlugin sfYzClientSideValidationPlugin I find it very interesting that the ‘simple’ [...]

Continue Reading

installing the Symfony plugin sfSimpleCMS

I was recently asked if I’d sucessfully got the Symfony plugin sfSimpleCMS working and I’m afraid my answer was no. I had tried briefly when preparing for my talk, but something didn’t work and I carried on with other things. Being reminded of it and having an hour to kill before I head off to [...]

Continue Reading

A Pragmatic Look At Symfony

On Thursday I presented to around 30 developers attending the July Bristol Skillswap at Bristol’s Watershed. It was my first ever public speaking gig (if you ignore some sales presentations) and I’m delighted by how well it went. The talk was a ten minute powerpoint introduction and then 45 mins of live coding – this [...]

Continue Reading

Bargain PHP training

David and Kat over at Pale Purple are offering a PHP training course lasting 5 days starting in July for £500; a special offer price as it’s the first time they’ve ran the course publically. Sounds like a bargain to me.

Continue Reading

Symfony job going

Sensio, Fabien Potencier’s company yesterday announced a great sounding job right up there in the ticks all the boxes category: Whether you currently live in the US or in Poland, if you know symfony well enough, we’re interested. The positions are in Paris, France, and we are willing to do the necessary paperwork and look [...]

Continue Reading

Symfony and AJAX

I've been playing with the AJAX support in Symfony this weekend and I'm blown away by how easy it is. Today I put together a detailed/summary view switcher for a list of items coming from a database with a (script.aculo.us) fade in/out effect and I didn't need to write one line of JavaScript. Now that's [...]

Continue Reading

Remote PHP debugging

After 8 or so years of being a professional web developer I today finally cracked using a debugger with PHP. I’ve been a long suffering PHPEdit user from since it was open source and into having to pay (twice) for a licence. Unfortunately I started getting very irritated by some annoying and performance degrading bugs [...]

Continue Reading