sfSWFUpload Plugin for Symfony
I published my first symfony plugin in symfony plugin trac.
This plugin offers helpers that permit simple use and configuration of SWFUpload.
SwfUpload is a combination of JavaScript and Flash that provides advanced browser upload control.
SWFUpload Features:
* Multiple File Selection
* File Upload Progress
* Custom Limits for File Size and Number of Uploads
* Filter by […]
Archive for June, 2008
sfSWFUpload Plugin for Symfony
Filed in: Symfony
Speed symfony developing with eclipse snippets templates.
Eclipse Templates are a structured description of coding patterns that reoccur in source code.
Eclipse allows you to define templates for commonly used constructs, allowing you to insert them using the content assist tool (Ctrl+Space).
Even if Symfony successfully apply the Don’t Repeat Yourself (DRY) principle, many times, during developing, you have to write many times the […]
Filed in: Symfony
Criteria snippets, tools, links and suggestions
As many of you know, if you want to get something from database via Symfony you should build a query with help of Criteria() object.
Criteria class is a magic part of Propel and it works pretty well with easy queries.
But with custom joins, select distinct, complex criterion, subqueries, “custom group by” queries, it’s not so […]
Filed in: Symfony