@@ -302,6 +302,9 @@ |
||
302 | 302 | return $count; |
303 | 303 | } |
304 | 304 | |
305 | + /** |
|
306 | + * @param string $table |
|
307 | + */ |
|
305 | 308 | public static function get_var( $table, $where = array(), $field = 'id', $args = array(), $limit = '', $type = 'var' ) { |
306 | 309 | $group = ''; |
307 | 310 | self::get_group_and_table_name( $table, $group ); |