Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for symfony

Symfony has no model, but many

The Symfony Framework is promoted as a complete HMVC web application framework written in PHP. In practice most applications are built with MySQL using Doctrine or Propel ORM (Object Relational Mapper). It's easy to assume that this is something you're coupled with. But the Symfony Framework itself has no defined model.


Written by Jani Tarvainen on Saturday August 15, 2015
Permalink - Tags: symfony, php, node, mysql, mongodb, elasticsearch, redis


New 2015 Debug Toolbar Design in Symfony

The popularity of Symfony has made the debug toolbar a familiar sight for many developers. Ranging from Drupal to Bolt to eZ Publish, many different tools now share common debugging interfaces.


Written by Jani Tarvainen on Monday August 3, 2015
Permalink - Tags: symfony, php, webdev

Symfony in a Nutshell

Symfony is a term related to software development with the PHP language. Symfony is a set of components and an HMVC (Hierarchical Model View Controller) framework to be used in PHP programming. It released under the MIT license as Open Source.


Written by Jani Tarvainen on Sunday August 2, 2015
Permalink - Tags: symfony, php, webdev

Learn Symfony with Silex, the Demo App and the Best Practices Book

The Symfony Full Stack framework is a fully featured platform for you to create your custom applications on top of. If you have experience with it, the structure logical and straightforward.

But as always, nobody is born an expert. The Symfony Community offers good tools to getting started with it. Here is one approach that could get you on the right path.


Written by Jani Tarvainen on Thursday July 30, 2015
Permalink - Tags: symfony, php, silex, framework, tutorial, ezplatform

Bolt CMS is WordPress done right(er)

WordPress is like the bumble bee. Computer Scientists that studied the core code have concluded it is a miracle it works at all. It's clearly a product that taught the original developers how to work with PHP and MySQL. And it shows.

Over the years, cheeky kludge functions and inside jokes have been left in place as Poetry™. The core team stubbornly refuses to keep up with the times and adopt modern PHP development standards.

Superb skills in WordPress are like a country only exporting bananas. It gets you nowhere in the long run. So do you self a favour and save yourself from WordPress!


Written by Jani Tarvainen on Friday July 24, 2015
Permalink - Tags: php, wordpress, bolt, symfony, silex