Skip to content

yuliantosb/commeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commeta v.1.0.0

Multilevel comment meta, using PHP mySQL and JQuery, easy multilevel comment meta, with bootstrap.

Usage

create database

CREATE DATABASE `commeta`

Create table comment on database commeta

CREATE TABLE `comment` (
  `id` int(11) NOT NULL,
  `author` varchar(255) NOT NULL,
  `comment` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  primary key (`id`)
)

Ready to use

About

Multilevel comment meta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages