Edit Comic
getOne("SELECT count(DISTINCT id) FROM strip") / $perpage );
$strips = $mtdb->getAll("SELECT id, UNIX_TIMESTAMP(published) as published, type, media, title, book, page FROM strip GROUP BY id ORDER BY id DESC LIMIT $start,$perpage");
$types_db = $mtdb->getAll("SELECT id,description FROM strip_t");
$type = array();
foreach( $types_db as $k ) $type[$k->id]=$k->description;
pagination( $page, $total );
?>
| Strip # |
Title |
Published On |
Type |
Book Page # |
|
|
|
>
| id; ?> |
title; ?> |
published)); ?> |
type]; ?> |
book; ?> - page; ?> |
View |
Edit |
Delete |