コード例 #1
0
ファイル: accountstates.php プロジェクト: vsanth/travelcrm
 *
 * @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/Crmcontroller.php";
コード例 #2
0
ファイル: users.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('users');
     $this->load->model('users_model');
     $this->load->helper('employeers');
 }
コード例 #3
0
ファイル: positionsmenu.php プロジェクト: vsanth/travelcrm
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";
class Positionsmenu extends Crmcontroller
{
    public function __construct()
コード例 #4
0
ファイル: touroperators.php プロジェクト: vsanth/travelcrm
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";
class Touroperators extends Crmcontroller
{
    private $jtp = array('val' => 'rid', 'scr' => 'stouroperator_name', 'val_p' => '_touroperators_rid', 'scr_p' => 'touroperator_name');
    public function __construct()
    {
        parent::__construct();
        $this->lang->load('touroperators');
        $this->load->model('touroperators_model');
        # Overwrite jtp mapper if need
コード例 #5
0
ファイル: finjournal.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('finjournal');
     $this->load->model('finjournal_model');
     $this->load->helper('accountstates');
     $this->load->helper('finjournal');
     $this->load->helper('clients');
     $this->load->helper('filials');
     $this->load->helper('touroperators');
     $this->load->helper('employeers');
     $this->load->helper('finjournal');
     $this->load->helper('contrahens');
 }
コード例 #6
0
ファイル: hotels.php プロジェクト: vsanth/travelcrm
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";
class Hotels extends Crmcontroller
{
    private $jtp = array('val' => 'rid', 'scr' => 'hotel_full_name', 'val_p' => '_hotels_rid', 'scr_p' => 'hotel_full_name');
    public function __construct()
    {
        parent::__construct();
        $this->lang->load('hotels');
        $this->load->model('hotels_model');
        $this->load->helper('curourts');
        $this->load->helper('hotelscats');
        $this->load->library('upload');
        # Overwrite jtp mapper if need
コード例 #7
0
ファイル: hotelscats.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('hotelscats');
     $this->load->model('hotelscats_model');
 }
コード例 #8
0
ファイル: currencies.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('currencies');
     $this->load->model('currencies_model');
 }
コード例 #9
0
ファイル: food.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('food');
     $this->load->model('food_model');
 }
コード例 #10
0
ファイル: welcome.php プロジェクト: vsanth/travelcrm
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
コード例 #11
0
ファイル: positions.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('positions');
     $this->load->model('positions_model');
 }
コード例 #12
0
ファイル: login.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('login');
     $this->load->model('user_model');
 }
コード例 #13
0
ファイル: interests.php プロジェクト: vsanth/travelcrm
 public function __construct()
 {
     parent::__construct();
     $this->lang->load('interests');
     $this->load->model('interests_model');
 }
コード例 #14
0
ファイル: localization.php プロジェクト: vsanth/travelcrm
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @copyright   2009 Vitalii Mazur (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
コード例 #15
0
ファイル: advertisestypes.php プロジェクト: vsanth/travelcrm
 *
 * @author		Mazvv (vitalii.mazur@gmail.com)
 * @license		GNU GPLv3 (http://gplv3.fsf.org) 
 * @link		http://www.travelcrm.org.ua
 */
include_once APPPATH . "libraries/core/Crmcontroller.php";