Пример #1
0
function get_book_by_id($id_book = "")
{
    $books = new books();
    return $books->get_book_by_id($id_book);
}