fork download
  1. <?php
  2.  
  3. class Comment extends ActiveRecord {
  4.  
  5. //@ varchar(512) NOT NULL
  6. public $title;
  7. //@ TEXT
  8. public $text;
  9.  
  10. }
Runtime error #stdin #stdout #stderr 0s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Class 'ActiveRecord' not found in /home/3Vwv80/prog.php on line 3