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