Example #1
0
File: book.php Project: ha-y/cops
 public static function getBooksByCustom($customId, $id, $n)
 {
     $query = str_format(self::SQL_BOOKS_BY_CUSTOM, "{0}", "{1}", CustomColumn::getTableLinkName($customId), CustomColumn::getTableLinkColumn($customId));
     return self::getEntryArray($query, array($id), $n);
 }