Manage Pages
getOne("SELECT count(DISTINCT url_name) FROM static_page") / $perpage );
$pages = $mtdb->getAll("SELECT url_name, pubdate, status, title, body FROM static_page ORDER BY url_name ASC LIMIT $start,$perpage");
pagination( $page, $total );
?>
| Page Name |
Title |
Status |
Published On |
Excerpt |
|
|
|
>
| url_name ?> |
title; ?> |
status; ?> |
pubdate; ?> |
body,185); ?> |
url_name . '">View'; ?> |
Edit |
Delete |