This class supplied by Gurdeep Singh. #4 of the complete list of winners of the award on January of 2008. SWF to JPEG is my favorite class on Jan 2008.
Detailed Description;
This class can be used to render an image drawn on a Flash canvas movie.
A Flash canvas movie displays a drawing area on which the user can draw a picture with brushes of different colors and and thicknesses.
When the user wants the save the drawing, the Flash movie sends the list of the brush strokes to the server.
The class receives the list brush strokes and generates a JPEG image file that represents a copy of the user drawing.
Phpclasses.org is the best one of my favorite sites. Board of site has sending mails every month about popular and new classes. PostgreSQL backup class is the best for me. so i want to share this class.
This class can be used to generate backups of PostgreSQL.
It accesses a given database and generates SQL statements that can be used to recreate the database tables and the values stored on their rows. The generated SQL is stored in a given file.
The class can also restore a database from a previously generated backup by executing the SQL statements stored in a backup file.