mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
10 lines
114 B
PHP
10 lines
114 B
PHP
<?php
|
|
|
|
class Comment extends ActiveRecord {
|
|
|
|
public $belongs_to = 'page';
|
|
public $counter_cache = true;
|
|
|
|
}
|
|
|
|
?>
|