Edit Comic

fetchColumn('SELECT COUNT(id) FROM strip') / $perpage ); $strips = $dbConnection->fetchAll('SELECT id, UNIX_TIMESTAMP(published) AS published, type, media, title, book, page FROM strip ORDER BY id DESC LIMIT ?, ?', array($start, $perpage), array(PDO::PARAM_INT, PDO::PARAM_INT)); $types_db = $dbConnection->fetchAll('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