|
|
|
|
Login to share your opinion Symfony2 Security AuditThe Symfony2 core team takes security issues very seriously; we have a dedicated procedure to report such issues, and the framework itself tries to give… read more Writing PHP applications with Doctrine2 as ORM and Ding as DI containerThis article will show how we can develop software in php with a nifty design and architecture, and very much like other languages like java,… read more The Fast, Secure and Professional PHP FrameworkYii comes with rich features: MVC, DAO/ActiveRecord, I18N/L10N, caching, authentication and role-based access control, scaffolding, testing, etc. It can reduce your development time significantly. read more Pagination with CodeIgniterWhen you perform a search on Google, the results are displayed in a list and you have the option to click through pages of the… read more Using Doctrine 2 in Zend Framework 2Zend Framework 2 is getting close to release, and among the changes are new ways to handle dependency injection, and new ways to work with… read more Zend Framework 1.11 on Git (GitHub)A while ago I started migrating my stuff to git. I use Zend Framework a lot. The Zend Framework team is migrating to git as… read more Codeigniter: Validating File UploadsI've always found it rather difficult to mash together functionalities in Codeigniter's form validation and file upload classes. The problem is, simply put, that the… read more Create your own framework... on top of the Symfony2 Components (part 12)In the last installment of this series, we have emptied the Simplex\\Framework class by extending the HttpKernel class from Symfony. Seeing this empty class, you… read more Introducing Codeception: BDD testing frameworkCodeception allows writing tests with PHP in descriptional way. Each test is written from a user's perspective in pure PHP in a single readable style.… read more Create your own framework... on top of the Symfony2 Components (part 10)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… read more Create your own framework... on top of the Symfony2 Components (part 11)If you were to use our framework right now, you would probably have to add support for custom error messages. Right now, we have 404… read more Create your own framework... on top of the Symfony2 Components (part 1)Symfony2 is a reusable set of standalone, decoupled, and cohesive PHP components that solve common web development problems. read more Why does everything need to be integrated into a framework?There is occasionally people asking about things such as “Is there an integration for X in framework Y” Create your own framework... on top of the Symfony2 Components (part 9)Our framework is still missing a major characteristic of any good framework: extensibility. Being extensible means that the developer should be able to easily hook… read more Modern frameworks comparisonHow many times were you curious which one of, modern web frameworks is the best? For developers who have their favourite, answer is simple. But… read more Integrating Zend Framework 1 and PimpleThis post will describe a way to integrate Zend Framework 1 and Pimple. A complete working version of the code is available on github. read more Connecting to the Zend Developer Cloud with PDTA couple of weeks ago I wrote a series of blog posts on how to connect to the Zend Developer cloud with various IDEs. Except… read more Create your own framework... on top of the Symfony2 Components (part 3)As you can see for yourself, much of the code is exactly the same as the one we have written for the first page. Let's… read more Create your own framework... on top of the Symfony2 Components (part 8)Some watchful readers pointed out some subtle but nonetheless important bugs in the framework we have built yesterday. When creating a framework, you must be… read more Download Our Free Guide to the Genesis Design Framework for WordPressAs elegant and simple as it is, WordPress can be a little daunting if you’re just beginning to work with it. The beauty of it… read more |
|