public function __construct($model = '\\Cute\\ORM\\Model', $table = '', $foreign_key = '') { parent::__construct($model, $table); $this->foreign_key = $foreign_key; }
function __construct($c = '\\Cute\\ORM\\Model', $M = '', $EC = '') { parent::__construct($c, $M); $this->foreign_key = $EC; }