public function init()
 {
     parent::init();
     // Add Breadcrumb
     $this->addBreadCrumb(at('My Languages'));
     $this->title[] = at('My Languages');
 }
 function init()
 {
     $this->configs['main'] = "";
     $this->configs['backend'] = "";
     $this->configs['frontend'] = "";
     parent::init();
 }
 public function init()
 {
     parent::init();
     // Add Breadcrumb
     $this->addBreadCrumb(at('My Employments History'));
     $this->title[] = at('My Employments History');
 }
 public function init()
 {
     parent::init();
     // Add Breadcrumb
     $this->addBreadCrumb(at('Attendance Schedulles'));
     $this->title[] = at('Attendance Schedulles');
 }
示例#5
0
 function init()
 {
     $this->tablename = TBL_GS_TEAMS;
     include_once dirname(__FILE__) . '/../gamesport.php';
     //        $this->makeData(1,256,4);
     parent::init();
 }
示例#6
0
 public function init()
 {
     parent::init();
     // Add Breadcrumb
     $this->addBreadCrumb(at('Salary Slip'));
     $this->title[] = at('Salary Slip');
 }
 public function init()
 {
     parent::init();
     // Add Breadcrumb
     $this->addBreadCrumb(at('Absence'));
     $this->title[] = at('Absence');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_payroll_payments_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Employee\'s Salaries'));
     $this->title[] = at('Employee\'s Salaries');
 }
 /**
  * init
  */
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_settings_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Settings Manager'));
     $this->title[] = at('Settings');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_emailtemplate_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Email Templates Manager'));
     $this->title[] = at('Email Templates Manager');
 }
示例#11
0
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_payroll_allowance_groups_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Allowance Groups'));
     $this->title[] = at('Allowances Groups');
 }
示例#12
0
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_payroll_ump_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Regional Minimum Wage'));
     $this->title[] = at('Regional Minimum Wage');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_masters_positions_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Positions'));
     $this->title[] = at('Positions');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_masters_employee_employments_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Employments'));
     $this->title[] = at('Employee Employments');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_attendances_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Attendances'));
     $this->title[] = at('Attendances');
 }
示例#16
0
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_payroll_cities_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Area Cities'));
     $this->title[] = at('Area Cities');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_employee_termination_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Employee Termination'));
     $this->title[] = at('Employee Termination');
 }
 /**
  * init
  */
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_usercustomfields_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('User Custom Fields'));
     $this->title[] = at('User Custom Fields Manager');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_reference_educations_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Educations'));
     $this->title[] = at('Educations');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_payroll_standard_salary_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Standard Salary'));
     $this->title[] = at('Standard Salary');
 }
示例#21
0
 public function init()
 {
     parent::init();
     // Check Access
     //checkAccessThrowException('op_users_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Users'));
     $this->title[] = at('Users');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_permission_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Permissions Manager'));
     $this->title[] = at('Permissions');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_reference_districts_view');
     // Add Breadcrumb
     $this->addBreadCrumb(at('Geography'));
     $this->addBreadCrumb(at('Districts'));
     $this->title[] = at('Districts');
 }
 public function init()
 {
     parent::init();
     // Check Access
     checkAccessThrowException('op_ajax_masters_employees_view');
 }
示例#25
0
 function init()
 {
     include_once dirname(__FILE__) . '/../gamesport.php';
     parent::init();
 }
示例#26
0
 function init()
 {
     $this->tablename = TBL_LOCATIONS;
     parent::init();
 }
示例#27
0
 function init()
 {
     //        $this->layout = "//benhvienphusan/default";
     parent::init();
 }
示例#28
0
 public function init()
 {
     parent::init();
     $this->title[] = at('Login');
 }
示例#29
0
 function init()
 {
     parent::init();
 }
示例#30
0
 function init()
 {
     $this->tablename = TBL_GS_TOURNAMEMANTS;
     include_once dirname(__FILE__) . '/../gamesport.php';
     parent::init();
 }