May 2008
Login form in Symfony 1.1, with the new form system
Login form in Symfony 1.1, with the new form system
Symfony 1.1 comes with a complete new form system. It works completely according to the MVC draft:
* Model: the validation
* View: the form self through widgets
* Controller: the form class that the model and view parts manages and uses
Make sure you have a running Symfony 1.1 based project and application and modules. In this example I build the form inside the myModule module and myLogin action.
My form makes use of i18n, which is in my case autoloaded in settings.yml.
This tutorial uses Symfony 1.1 beta4 and RC1.
January 2008
Css Trick - Pure Css Text Gradients
by 3 othersText Gradient is a simple css trick that allows you to improve your site's appearance by putting gradients on system font titles using nothing but css and a png image.
Simple CSS snippets for creating grid & column based layouts — Konstruktors / Main
Simple CSS snippets for creating grid & column based layouts
April 2007
Viewing PHP Scripts (351) - Evil Walrus, semantic PHP
by 1 otherPHP code snippets and articles, all user-contributed, tagged and searchable
1
(4 marks)