Symfony comes packed with a lot of useful classes and functionalities, called services.These are used for rendering templates, sending emails, querying the database andany other "work" you can think of.
You can store special messages, called "flash" messages, on the user's session.By design, flash messages are meant to be used exactly once: they vanish fromthe session automatically as soon as you retrieve them. This feature makes"flash" messages particularly great for storing user notifications.
Drupal 5.0, en la calle
2ff7e9595c
Comments