<?php class SGL_jQueryProvider { var $ajQueryEvents = array(); public static function singleton() { //SGL::logMessage(null, PEAR_LOG_DEBUG); static $instance; // If the instance is not there, create one if (!isset($instance)) { $class = __CLASS__; $instance = new $class(); } return $instance; } } ?>