Zend - The PHP Company




Code Gallery: ryanflynn


PHP_FTP  

Type: class
Added by: ryanflynn
Entered: 27/06/2001
Last modified: 04/12/2007
Rating: ***** (6 votes)
Views: 11253
Alot of people have asked for VERY simple FTP functionality with PHP, so here it is. This class was designed with very simplistic transfers in mind. You simple create the class, get/send a file and then 'kill()' the object. It's that simple. I you find it useful.


PHP_Scheduler  

Type: class
Added by: ryanflynn
Entered: 25/06/2001
Last modified: 06/12/2000
Rating: - (fewer than 3 votes)
Views: 7044
PHP_Scheduler is a very simple class for storing timestamps at application-level. It can be useful in situations such as "I want to update a file not more than once every 15 minutes" or "I want to cache a database query and refresh it every 30 minutes." The class is very simple to use, simply look at the example. Feel free to contact me via email with questions/suggestions/bug reports.


PHP_Thumbnail  

Type: class
Added by: ryanflynn
Entered: 27/06/2001
Last modified: 07/12/2000
Rating: ** (3 votes)
Views: 10945
This class was created to simplify the process of representing images with thumbnails. This class simply gets the image's size, converts the height and width depending on what you've set the class to do and then outputs and HTML tag with the appropriate values. It requires no additional libraries and is cross-os compatible.




Search