Showing items from symfony2

Yii2 vs Symfony2 - First Impressions

So a few weeks ago I started in on a ground-up rewrite of an existing project.  Its currently using a framework that based around my CWFC libraries.  It works very well, but its starting to show its age.  As more and more features got added to the project, things have gotten more and more cumbersome to maintain in a clean way.  I started off by ripping out all of the backend code and migrating it to C++ (see my posts on Protocol Buffers here and here), leaving only the front-facing code left to work with.

Continue Reading