A Simple Comic

Archive

simplecomic | generated in 0.0184s
SQL:
Array
(
    [0] => SELECT c.*, ch.title AS chapter_title, ch.slug AS chapter_slug, ct.description AS chapter_description FROM comics c LEFT JOIN chapters ch ON c.chapterid = ch.chapterid LEFT JOIN chapters_text ct ON c.chapterid = ct.chapterid WHERE c.pub_date <= UNIX_TIMESTAMP() ORDER BY ch.order ASC, c.pub_date ASC
)
Other:
Array
(
    [template] => Array
        (
            [0] => template/default/archive.php
            [1] => template/default/head.php
            [2] => template/default/frame_top.php
            [3] => template/default/foot.php
            [4] => template/default/frame_bottom.php
        )

)