예제 #1
0
파일: core.class.php 프로젝트: glensc/cjax
 function _lastExecCount($count = 0)
 {
     if ($count) {
         self::$_lastExecCount = $count;
     }
     return self::$_lastExecCount;
 }