示例#1
0
 function __construct($post, $i = 0)
 {
     //run the parrent constructor
     parent::__construct($post);
     $this->i = $i;
 }
示例#2
0
 function __construct($post)
 {
     //run the parrent constructor
     parent::__construct($post);
 }