예제 #1
0
 public static function getByParentID($parID = -1)
 {
     return TlonData::selectByKey(self::$TABLE, 'TlonData', $parID);
 }