Exemple #1
0
 public function __construct()
 {
     $this->poll = Models::ForeignKey('Poll');
     $this->choise = Models::Char()->length(200);
     $this->votes = Models::Integer();
 }