Symfony Framework for PHP
What’s Symfony? Symfony is a web application MVC framework for PHP projects. It aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks. Why use an...
View ArticleIssues faced in Symfony developement
While working on symfony framework we faced some issues and in this blog I am going to discuss about the issues and fixes for that issues. Problem 1 : symfony 1.2 propel-build-model Bus error (Crashes...
View ArticleMaintaining Logs in Symfony
Steps for setting up error reporting in Symfony You can set up the Error Reporting Level, in myapp/config/settings.yml prod: .settings: error_reporting: 257 dev: .settings: error_reporting: 4095 4095...
View ArticleContinuous Quality,Measuring Technical Debt using Sonar
analyze your source code according to the following quality axes : • Respect of coding rules violations • Density of documented API • Density of duplicated Code • Level of code coverage by Unit Tests •...
View ArticleCreate WSDL files in PHP Symfony framework
In symfony framework, we can generate WSDL files easily by using ckwebservice plugin. There are different releases available in this plugin. We need to choose the release which suits for our symfony...
View Article