2017 © Pedro Peláez
 

library comment

kifeKenny comment module.

image

kifekenny/comment

kifeKenny comment module.

  • Saturday, October 28, 2017
  • by kifeKenny
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

Anax comment module

Travis CI Scrutinizer Code Quality Scrutinizer Build Status Scrutinizer Code Coverage, (*1)

A Comment module for anax. This module creates comment and add them to a database., (*2)

To create a comment a session most be set with the key values of "user_id", "user_mail". This values will be added to the comment database and be made so that only the same "user_id" can commit CRUD on given comment with the exception of "user_id = 1" wich can do CRUD on all comments., (*3)

Usage

To use module you will be needing a Anax page with the basic modules like request, response, router, session. You will also need a mysql database with matching column names as in the Comment class. The code for my database is in the sql folder., (*4)

Basic setup is easy you simply download the module with composer, setup a database. Then you can use my router and view files. Then you will have a simple running comment system., (*5)

License

This software carries a MIT license., (*6)

 .  
..:  Copyright (c) 2017 Kevin Olguin Jönsson (kewin_256@hotmail.com)

comment-remverk

The Versions

24/10 2017

1.0.0

1.0.0.0 https://dbwebb.se/anax

Anax comment module.

  Sources   Download

MIT

The Requires

  • php >=5.6

 

micro framework boilerplate mvc education