One down-side of our framework right now is that we need to copy and paste the code in front.php each time we create a new website. 40 lines of code is not that much, but it would be nice if we could wrap this code into a proper class.
It would bring us better reusability and easier testing to name just a few benefits.
If you have a closer look at the code, front.php has one...
Create your own framework... on top of the Symfony2...
This article is part of a series of articles that explains how to create a framework with the Symfony2 Components: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
Create your own framework... on top of the Symfony2...
In the conclusion of the second part of this series, I've talked about one great benefit of using the Symfony2 components: the interoperability between all frameworks and applications using...
Brian Swan's Blog: Running VisualPHPUnit in Windows...
Brian Swan has posted another in his "unit testing on Azure" posts to his blog today. This time he shows how to get VisualPHPUnit running on your Windows Azure installed code. Last month,...
Post new comment