function __construct($id = NULL) { parent::__construct($id); }
function __construct() { // Call the Model constructor parent::__construct(); }
function __construct() { parent::__construct(); }
function __construct($id = 1) { parent::__construct($id); }