NOTE: You must update the cms/includes/database-connection.php file
with information about your database for these examples to work.
| Page | Title | Filename |
|---|---|---|
| 495 | Categories Admin Page | categories.php |
| 499 | Creating a Category | category.php |
| 503 | Updating a Category | category.php?id=1 |
| 505 | Deleting a Category | category-delete.php?id=4 |
| 511 | Creating an Article | article.php |
| 511 | Updating an Article | article.php?id=24 |
| 519 | Deleting an Article | article-delete.php?id=24 |