function __construct() { // Preload necessary parent::__construct(); $this->content = "Ressphere Properties Home Page"; $this->title = "Ressphere Properties"; }
function __construct() { // Preload necessary parent::__construct(); $this->set_action("sale"); $this->SEO_Tags("Ressphere Real Estate (Property) Preview Listing"); $this->set_title("Ressphere Properties - Preview"); }
function __construct() { // Preload necessary parent::__construct(); $this->set_action("edit"); // Set web related info fro Search Engine $this->SEO_Tags("Ressphere Real Estate (Property) Home Page To Edit"); $this->set_title("Ressphere Properties - Edit"); }
function __construct() { parent::__construct(); $this->load->helper("url"); $this->load->library("extemplate"); $this->load->library("session"); $user_id = $this->session->userdata('user_id'); if ($user_id !== FALSE) { $this->tempDir = dirname(dirname(dirname(dirname(dirname(__DIR__))))) . DIRECTORY_SEPARATOR . 'temp' . DIRECTORY_SEPARATOR . 'images' . DIRECTORY_SEPARATOR . $user_id; } }
function __construct() { // Preload necessary parent::__construct(); $this->set_action("new"); }
function __construct() { // Preload necessary parent::__construct(); $this->load->library("session"); }
function __construct() { //overwrite base function before construct parent::__construct(TRUE); }
function __construct() { // Preload necessary parent::__construct(); }