<?php

class Comment extends ActiveRecord {

	//@ varchar(512) NOT NULL
	public $title;
	//@ TEXT
	public $text;

}