コード例 #1
0
ファイル: polls.php プロジェクト: joksnet/php-old
 public function __construct()
 {
     $this->poll = Models::ForeignKey('Poll');
     $this->choise = Models::Char()->length(200);
     $this->votes = Models::Integer();
 }