PHP Classes

Packages of Tim de Koning

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Tim de Koning (2)  >  Mission progress status  >  Reputation  
Picture of Tim de Koning
Name: Tim de Koning is available for providing paid consulting. Contact Tim de Koning .
Classes: 2
Country: The Netherlands The Netherlands
Age: 45
All time rank: 2799 in The Netherlands The Netherlands
Week rank: 195 Up4 in The Netherlands The Netherlands Up
All time users: 9052
Week users: 0
Innovation award
Innovation award
Nominee: 2x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP Cron Daemon  
PHP Programming Innovation award nominee
October 2007
Number 2


Prize: One copy of the Zend Studio
Database driven PHP job scheduler like cron
This package can be used to schedule the execution of task like the cron program.

First it starts a daemon process using Luca Mariano's PHP fork class to make the cron daemon script run like a standalone program.

It can parse a crontab file with Mick Sear's cron parser class and extract the job scheduling definitions into a MySQL database table.

When it is time to run a scheduled job, it executes the job command in the crontab definition as PHP code as a separate process.

The output of the job PHP code is also stored in a database table.

  Files folder image PHP PSD Reader  
PHP Programming Innovation award nominee
January 2007
Number 2


Prize: One copy of the Zend Studio
Open images in the PhotoShop PSD format
This class can be used to open images in the PhotoShop PSD format.

It creates a GD true color image and renders the image read from a PhotoShop image file.

An function named imagecreatefrompsd() is provided to simplify the creation of images from PhotoShop files using this class.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z