Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Symfony2 Essentials
  • Table Of Contents Toc
Symfony2 Essentials

Symfony2 Essentials

By : Wojciech Bancer
2.7 (7)
close
close
Symfony2 Essentials

Symfony2 Essentials

2.7 (7)
By: Wojciech Bancer

Overview of this book

Symfony is a free and open source PHP MVC web application development framework, which helps you create and maintain web applications and replace recurrent coding tasks. It integrates with an independent library, PHPUnit, to give you a rich testing framework. It is one of the best and most popular frameworks available on the market. Popular projects such as Drupal, Laravel, and phpBB also use Symfony. Its well-organized structure, clean code, and good programming practices make web development a breeze. Symfony2 Essentials will guide you through the process of creating a sample web application with Symfony2. You will create a To-Do application, using a few of the most commonly used Symfony2 components, and discover how to perform these development tasks efficiently. This book introduces you to the Symfony framework with a quick installation guide and a brief explanation of its key features including the MVC architecture, twig templating, dependency injection, and more. You will learn to manage dependencies, create controllers, views, and API calls, and secure your application. Next, you will go through the steps that are common for most web applications, which include writing CRUD and AJAX, handling forms, validation, translations, and the command-line interface, and e-mail sending features. The book ends with best practices, debugging, profiling, and deployment procedures. By the end of this book, you will have learned how to combine a Symfony2 framework with other open source code to speed up the development process.
Table of Contents (12 chapters)
close
close
11
Index

Preparing an application

There are a few steps that you should consider while preparing your application for production. It usually involves the following steps:

  1. Checking the code against debug variables or functions.
  2. Customizing error pages.
  3. Verifying the production server requirements.
  4. Verifying the application against known framework security issues.
  5. Updating the basic assets and metadata.

Let's discuss the preceding points.

Checking the code against debug code

Often, when you create your app, you are adding various debug codes to help you with debugging. Before deploying your work, it is important to verify how Symfony2 will behave in the production mode. Let's run our application and verify this. To run a built-in server in the production mode, execute the following:

$ php app/console server:run --env=prod

Now, when you run your app in the browser, you will notice that it doesn't have a web developer toolbar anymore, although the login page looks normal as usual. Let's...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Symfony2 Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon