예제 #1
0
 function getWatchList()
 {
     if (self::$wtList == null) {
         self::$wtList = $this->_db->getWatchList(array('field' => 'stamp', 'direction' => 'desc'));
     }
     # if
     return self::$wtList;
 }