Skip to content
Civray Software edited this page Mar 27, 2014 · 2 revisions

Welcome to the CivContent wiki!

CivContent is a ZF2 module that provides very basic features for adding, editing and deleting web content pages. The content pages are stored in a mySQL database.

Installation

To install just clone this project into your /vendors folder then enabled the module in your application.config.php file.

The following routes are provided;

/content/:action[/:postid] where :action can be either add edit or delete, and :postid is the id of the post that action is to be performed upon.

/category/:postid where :postid the id of a post to be viewed.

Clone this wiki locally