예제 #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);
 }