Ivan - Eliminate Comment DataStore [skip ci]
This commit is contained in:
parent
4512d4b484
commit
6ee9e412c1
|
@ -1,14 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
class Comment extends DataStore {
|
|
||||||
const TABLE = 'comment';
|
|
||||||
|
|
||||||
public static function getProps() {
|
|
||||||
return array(
|
|
||||||
'content',
|
|
||||||
'file',
|
|
||||||
'author',
|
|
||||||
'date'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue