當前位置: 首頁>>代碼示例>>PHP>>正文


PHP Persona::__construct方法代碼示例

本文整理匯總了PHP中Persona::__construct方法的典型用法代碼示例。如果您正苦於以下問題:PHP Persona::__construct方法的具體用法?PHP Persona::__construct怎麽用?PHP Persona::__construct使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在Persona的用法示例。


在下文中一共展示了Persona::__construct方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: __construct

 public function __construct()
 {
     parent::__construct();
     $this->load->model(ventas . 'matricula_model');
     $this->load->model(maestros . 'usuario_model');
     $this->configuracion = $this->config->item('conf_pagina');
 }
開發者ID:ccjuantrujillo,項目名稱:cepreadm,代碼行數:7,代碼來源:usuario_usuario_.php

示例2: __construct

 public function __construct($nombre, $apellido)
 {
     parent::__construct($nombre, $apellido);
     self::$_ultimoId += 1;
     $this->_id = self::$_ultimoId;
     $this->_fechaIngreso = date('w');
 }
開發者ID:aarocax,項目名稱:google,代碼行數:7,代碼來源:index.php

示例3: __construct

 public function __construct($idCliente, $fechaDeAfiliacion, $comoConoce, $foto, $idPersona, $nombre, $apellido, $sexo, $docuIdent, $fechaNacimiento, $email, $ciudad, $direccion, $referenciasLocali, $telefonoFijo, $telefonoMobil)
 {
     parent::__construct($idPersona, $nombre, $apellido, $sexo, $docuIdent, $fechaNacimiento, $email, $ciudad, $direccion, $referenciasLocali, $telefonoFijo, $telefonoMobil);
     $this->idCliente = $idCliente;
     $this->fechaDeAfiliacion = $fechaDeAfiliacion;
     $this->comoConoce = $comoConoce;
 }
開發者ID:adhemir26,項目名稱:veterinaria-santa-ana,代碼行數:7,代碼來源:Cliente.php

示例4: __construct

 public function __construct()
 {
     parent::__construct();
     $this->load->model(ventas . 'matricula_model');
     $this->load->model(ventas . 'alumno_model');
     $this->load->model(maestros . 'ciclo_model');
     $this->load->helper('menu');
     $this->configuracion = $this->config->item('conf_pagina');
 }
開發者ID:ccjuantrujillo,項目名稱:cepreadm,代碼行數:9,代碼來源:alumno.php

示例5: __construct

 public function __construct()
 {
     parent::__construct();
     $this->load->model(seguridad . 'usuario_model');
     $this->load->model(seguridad . 'rol_model');
     $this->load->model(maestros . 'persona_model');
     $this->load->model(ventas . 'profesor_model');
     $this->load->helper('menu');
     $this->configuracion = $this->config->item('conf_pagina');
 }
開發者ID:ccjuantrujillo,項目名稱:cepreadm,代碼行數:10,代碼來源:usuario.php

示例6: __construct

 public function __construct()
 {
     parent::__construct();
     $this->load->model(ventas . 'matricula_model');
     $this->load->model(ventas . 'profesor_model');
     $this->load->model(ventas . 'estudios_model');
     $this->load->model(ventas . 'estudiosidiomas_model');
     $this->load->model(ventas . 'experiencia_model');
     $this->load->model(ventas . 'conferencia_model');
     $this->load->model(ventas . 'trabajo_model');
     $this->load->model(ventas . 'profesorsociedad_model');
     $this->load->model(seguridad . 'rol_model');
     $this->load->model(almacen . 'curso_model');
     $this->load->model(almacen . 'subcurso_model');
     $this->load->model(maestros . 'tipodocumento_model');
     $this->load->model(maestros . 'grado_model');
     $this->load->model(maestros . 'universidad_model');
     $this->load->model(chamilo . 'user_model');
     $this->load->helper('menu');
     $this->load->helper('profesor');
     $this->configuracion = $this->config->item('conf_pagina');
 }
開發者ID:ccjuantrujillo,項目名稱:cepreadm,代碼行數:22,代碼來源:profesor.php

示例7: __construct

 public function __construct($nombre, $edad, $sueldo)
 {
     //nombre y sueldo crean la persona, el parametro sueldo se asigna al empleado
     parent::__construct($nombre, $edad);
     $this->sueldo = $sueldo;
 }
開發者ID:alexcalde99,項目名稱:servidor,代碼行數:6,代碼來源:index.php

示例8:

 function __construct($nif, $nombre, $cpostal, $fecha, $id, $grupo)
 {
     parent::__construct($nif, $nombre, $cpostal, $fecha);
     $this->id = $id;
     $this->grupo = $grupo;
 }
開發者ID:FabricioRojas,項目名稱:php,代碼行數:6,代碼來源:Persona.php

示例9: __construct

 public function __construct()
 {
     parent::__construct();
     $this->sou = 0;
 }
開發者ID:MetalMor,項目名稱:ExM7UF1,代碼行數:5,代碼來源:Professor.php

示例10: __construct

 public function __construct()
 {
     parent::__construct();
 }
開發者ID:josegaitan123,項目名稱:colegio,代碼行數:4,代碼來源:Docente.php

示例11:

 function __construct($nombre, $edad, $sueldo)
 {
     parent::__construct($nombre, $edad);
     $this->sueldo = $sueldo;
 }
開發者ID:QuiqueGilB,項目名稱:Daw2ClasesJuanjo,代碼行數:5,代碼來源:Persona.php

示例12: __construct

 public function __construct($nombre, $apellido, $dni, $sexo, $legajo, $sueldo)
 {
     parent::__construct($nombre, $apellido, $dni, $sexo);
     $this->_legajo = $legajo;
     $this->_sueldo = $sueldo;
 }
開發者ID:Eihwazzz,項目名稱:TrabajoClase3,代碼行數:6,代碼來源:Empleado.php

示例13:

 function __construct($legajo, $sueldoBruto, $nombreyapellido, $edad)
 {
     parent::__construct($nombreyapellido, $edad);
     $this->legajo = $legajo;
     $this->sueldoBruto = $sueldoBruto;
 }
開發者ID:emellano,項目名稱:clase2,代碼行數:6,代碼來源:claseEmpleado.php

示例14: __construct

 public function __construct($nomb, $ap, $doc, $leg, $suel)
 {
     parent::__construct($nomb, $ap, $doc);
     $this->_legajo = $leg;
     $this->_sueldo = $suel;
 }
開發者ID:hernanblanco1,項目名稱:TP_Fabrica,代碼行數:6,代碼來源:empleado.php

示例15: __construct

 public function __construct($_legajo, $_sueldo, $_nombre, $_apellido, $_dni, $_sexo)
 {
     $this->_legajo = $_legajo;
     $this->_sueldo = $_sueldo;
     parent::__construct($_nombre, $_apellido, $_dni, $_sexo);
 }
開發者ID:pr14,項目名稱:Clase2PHP,代碼行數:6,代碼來源:Empleado.php


注:本文中的Persona::__construct方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。