There are many assumptions around performance of different PHP frameworks. I frequently hear strong opinions about superiority X over Y in this context.
This chapter will continue to build on the frontend of symblog. We will tweak the homepage to display information regarding comments for a blog post along with addressing SEO by adding the blog title to the URL.
This chapter will build on the blog model we defined in the previous chapter. We will create the comment model, which will handle comments for blog posts.
This chapter will begin to explore the blog model. The model will be implemented using the Doctrine 2 Object Relation Mapper (ORM). Doctrine 2 provides us with persistence for our PHP objects
Now we have the basic HTML templates in places, its time to make one of the pages functional. We will begin with one of the simplest pages; The Contact page.
This tutorial will guide you through the process of creating a full featured blogging website using Symfony2. The Standard Distribution of the Symfony2 framework will be used
Ngày đầu tiên học Symfony2, chúng ta sẽ cần hoàn tất việc thiết lập và cấu hình môi trường sử dụng Symfony2. Một số việc chính bao gồm lấy về phiên bản Symfony 2 mới nhất, kiểm tra hệ thống hiện tại có thỏa mãn những yêu cầu tối thiểu để chạy Symfony2 hay không và cuối cùng là thiết lập dự án Jobeet.