Blog

Posts for category "Tutorials"

« Back to the Blog

Categories

Archives

Creative Commons License This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.
rss feed

« < 1 - 2 - 3 > »
There are 21 posts in the "Tutorials" category. You're currently browsing page 1 out of 3.

New in symfony 1.2: Customize the Web Debug Toolbar

The symfony web debug toolbar is one of the developer best friend. It is always conveniently accessible in the browser when using the development environment. It gives you everything you need to know about the current page and ease the debugging of your applications. Until now, all the information available in this toolbar were hardcoded. But as of symfony 1.2, the web debug toolbar is entirely configurable. Read more »

The symfony 1.1 architecture

Before we release symfony 1.1 later this week, I want to give some information about the new symfony 1.1 architecture. Read more »

How to work with plugins in symfony 1.1

For symfony 1.1, the complete plugin system has been rewritten from scratch. This has been done to allow some serious improvements in the way plugins work, and to make it even simpler to work with plugins in your symfony project. Read more »

YAML in symfony 1.1

Here is a short tutorial about my discovery of the new YAML parsing library that comes with symfony 1.1. Read more »

Getting started with Doctrine and symfony 1.1

So, you want to give Doctrine a try with symfony 1.1 eh? Read more »

Batches are dead, long life to tasks!

As any web application, your project has repetitive maintenance tasks, database operations, or other console scripts running on a regular basis. Symfony 1.1 extends symfony 1.0 pake tasks to create a powerful and uniform command line utility for your projects, fully integrated with the symfony Command Line Interface (CLI). Read more »

Internationalize your Propel Forms

It has never been so easy to internationalize your Propel forms. In this post, you will learn how to leverage the new form framework bundled with symfony 1.1 to develop an interface to edit articles in several languages. Read more »

How to send emails in symfony 1.1

Sending mails is a web developer's everyday task, and many questions came about the way to do it in symfony 1.1. This article, along with a new cookbook entry dedicated to the subject, goes through the process of sending an email using the great Swift Mailer library.

Read more »

How to create an optimized version of your website for the iPhone in symfony 1.1

symfony 1.1 introduces native support for different formats and mime-types. This means that the same model and controller can have different templates based on the requested format. Read more »

How to customize the directory structure in symfony 1.1

Sometimes you need to be able to customize the directory structure provided by symfony. In this post, we will see how to leverage the new configuration system of symfony 1.1 to change the web root, cache, and log directories. Read more »

« < 1 - 2 - 3 > »