Beispiel #1
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Doccontroller.php";
class Inout extends Doccontroller
{
Beispiel #2
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Doccontroller.php";
class Emptopositions extends Doccontroller
{
Beispiel #3
0
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @copyright   2009 Vitalii Mazur (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Doccontroller.php";
class Advertises extends Doccontroller
{
    public function __construct()
    {
Beispiel #4
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('airsell');
     $this->load->model('airsell_model');
     $this->load->helper('advertisessources');
     $this->load->helper('clients');
     $this->load->helper('aircompanies');
     $this->load->helper('finjournal');
     $this->load->helper('aircalls');
     $this->load->library('upload');
 }
Beispiel #5
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('demands');
     $this->load->model('demands_model');
     $this->load->helper('touroperators');
     $this->load->helper('advertisessources');
     $this->load->helper('curourts');
     $this->load->helper('hotelscats');
     $this->load->helper('rooms');
     $this->load->helper('food');
     $this->load->helper('clients');
     $this->load->helper('finjournal');
     $this->load->helper('calls');
     $this->load->helper('hotels');
     $this->load->library('upload');
 }
Beispiel #6
0
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('aircalls');
     $this->load->model('aircalls_model');
     $this->load->helper('employeers');
     $this->load->helper('advertisessources');
     $this->load->helper('curourts');
     $this->load->helper('hotelscats');
     $this->load->helper('clients');
     # Overwrite jtp mapper if need
     # It's very usable if form has some value_pickers with one type
     if (element('val_p', $this->a_uri_assoc, null)) {
         $this->jtp['val_p'] = element('val_p', $this->a_uri_assoc, null);
     }
     if (element('scr_p', $this->a_uri_assoc, null)) {
         $this->jtp['scr_p'] = element('scr_p', $this->a_uri_assoc, null);
     }
 }