15 lines
158 B
PHP
15 lines
158 B
PHP
<?php
|
|
/*
|
|
* A flexible comment system
|
|
*/
|
|
|
|
namespace Sakura;
|
|
|
|
class Comments
|
|
{
|
|
// Constructor
|
|
public function ___construct()
|
|
{
|
|
//
|
|
}
|
|
}
|