The sfValidatorFile has no options to check the size of a image in pixel. For that I have written a simple validator that extends the sfValidatorFile-class.
The sfValidatorFile has no options to check the size of a image in pixel. For that I have written a simple validator that extends the sfValidatorFile-class.
Some time ago I wrote an article about filtering the admin-list in Symfony 1.0 and Propel. Now in Symfony 1.4 and Doctrine the steps to do this are completely different:
Its a good way to allways rename uploaded files using something like a MD5-hash and store the original filename in a database.
To highlight the last created or edited entry in a Admin-Generator-List copy the _list.php file from cache to your /apps/[APPNAME]/modules[MODULENAME]/templates directory and modify the code:
Works with Symfony 1.0
This Article shows how to make a I18n Field in a Symfony-Admin-List Sortable.
In this example i use the "name"-field as I18n-field.
Today i have released version 1.1.0 of the jsThumbnailPlugin for the Symfony framework. It contains a important bugfix for Symfony 1.1 and a new feature.
The Symfony team has released a new set of 24 tutorials published day-by-day between December 1st and Christmas, like the "Askeet tutorial" in 2005.
Today I have released my first plugin for the Symfony-Framework. The jsThumbnailPlugin creates Thumbnails on the fly using the GD library. It uses the Symfony cache system to cache the thumbnails.
Einträge in Selectboxen einer foreignTable filtern (z.B. nach creator):
Recently, I have released version 0.5 of my online image editor "Akoie". Because of the great interest and the many positive reactions, I'm already working on the next version. The new Version will use the Canvas tag to make possible a lot of new features for client-side image manipulation. This allows the free rotation of text and watermarks in smaller steps than 90°.