예제 #1
0
 public static function Init()
 {
     self::$LOG = 'thumb-queue.log';
     self::$TABLE = 'tbx_thumb_queue';
     self::$SCRIPT = 'ThumbQueue.php';
     self::$CACHE_STATS = 'thumb-queue-stats';
     self::$CACHE_PID = 'thumb-queue-pid';
     self::$CACHE_STOP = 'thumb-queue-stop';
 }