当前位置: 首页>>代码示例>>PHP>>正文


PHP Mensaje::singleton方法代码示例

本文整理汇总了PHP中Mensaje::singleton方法的典型用法代码示例。如果您正苦于以下问题:PHP Mensaje::singleton方法的具体用法?PHP Mensaje::singleton怎么用?PHP Mensaje::singleton使用的例子?那么, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Mensaje的用法示例。


在下文中一共展示了Mensaje::singleton方法的14个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: __construct

 function __construct()
 {
     $this->miConfigurador = Configurador::singleton();
     $this->miInspectorHTML = InspectorHTML::singleton();
     $this->ruta = $this->miConfigurador->getVariableConfiguracion("rutaBloque");
     $this->miMensaje = Mensaje::singleton();
     $this->miSesion = Sesion::singleton();
 }
开发者ID:udistrital,项目名称:ADMISIONES_PRODUCCION,代码行数:8,代码来源:Funcion.class.php

示例2: __construct

 function __construct()
 {
     $this->miConfigurador = Configurador::singleton();
     $this->miInspectorHTML = InspectorHTML::singleton();
     $this->ruta = $this->miConfigurador->getVariableConfiguracion("rutaBloque");
     $this->miMensaje = Mensaje::singleton();
     $this->miSesion = Sesion::singleton();
     $this->enlace = $this->miConfigurador->getVariableConfiguracion("host") . $this->miConfigurador->getVariableConfiguracion("site") . "?" . $this->miConfigurador->getVariableConfiguracion("enlace");
     $conexion = "master";
     $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
 }
开发者ID:kipuproject,项目名称:block,代码行数:11,代码来源:Funcion.class.php

示例3: __construct

 function __construct()
 {
     $this->miConfigurador = \Configurador::singleton();
     $this->ruta = $this->miConfigurador->getVariableConfiguracion("rutaBloque");
     $this->miMensaje = \Mensaje::singleton();
     $conexion = "aplicativo";
     $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
     if (!$this->miRecursoDB) {
         $this->miConfigurador->fabricaConexiones->setRecursoDB($conexion, "tabla");
         $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
     }
 }
开发者ID:violetasdev,项目名称:polux,代码行数:12,代码来源:Funcion.class.php

示例4: __construct

    function __construct($lenguaje = '') {

        $this->miConfigurador = \Configurador::singleton ();

        $this->miConfigurador->fabricaConexiones->setRecursoDB ( 'principal' );
        
		$this->mensaje =  \Mensaje::singleton();
        $this->lenguaje = $lenguaje;

          $this->cliente  = new Modelo();

    }
开发者ID:udistrital,项目名称:tike_desarrollo,代码行数:12,代码来源:Principal.class.php

示例5: __construct

 function __construct()
 {
     $this->miConfigurador = Configurador::singleton();
     $this->miInspectorHTML = InspectorHTML::singleton();
     $this->ruta = $this->miConfigurador->getVariableConfiguracion("rutaBloque");
     $this->miMensaje = Mensaje::singleton();
     $this->miSesion = Sesion::singleton();
     $conexion = $this->miSesion->getValorSesion('dbms');
     $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
     $this->masterResource = $this->miConfigurador->fabricaConexiones->getRecursoDB("master");
     $this->commerce = $this->miSesion->getValorSesion('commerce');
 }
开发者ID:kipuproject,项目名称:block,代码行数:12,代码来源:Funcion.class.php

示例6: __construct

 function __construct($tabla = null, $esquema = 'public', $conexion = '')
 {
     $this->miConfigurador = \Configurador::singleton();
     $this->mensaje = \Mensaje::singleton();
     if ($conexion != '') {
         $this->conexion = $conexion;
     } else {
         $this->conexion = self::CONEXION;
     }
     //Recupera parametros de la base de datos
     $this->recuperarObjetos();
     if (!is_null($tabla) && $tabla != "") {
         $this->setAmbiente($tabla);
     }
 }
开发者ID:fernandoceli,项目名称:polux_desarrollo,代码行数:15,代码来源:DAL.class.php

示例7: __construct

 /**
  * Contructor
  * @param none
  * @return integer
  * */
 function __construct()
 {
     $this->cuadroMensaje = Mensaje::singleton();
     $this->conectorDB = FabricaDbConexion::singleton();
     $this->cripto = Encriptador::singleton();
     /**
      * Importante conservar el orden de creación de los siguientes objetos porque tienen
      * referencias cruzadas.
      */
     $this->miConfigurador = Configurador::singleton();
     $this->miConfigurador->setConectorDB($this->conectorDB);
     /**
      * El objeto del a clase Sesion es el último que se debe crear.
      */
     $this->sesionUsuario = Sesion::singleton();
 }
开发者ID:kipuproject,项目名称:core,代码行数:21,代码来源:Bootstrap.class.php

示例8: __construct

 function __construct($usuario = ''){
 	
 	$this->registrador = new \DAL();
 	$this->mensaje =  \Mensaje::singleton();
 	
 	
 	//configurar usuario
 	if($usuario ==''){
 		$this->usuario = $_REQUEST['usuario'];
 		$this->registrador->setUsuario($this->usuario);
 		
 	}else{
 		$this->usuario = $usuario;
 		$this->registrador->setUsuario($this->usuario);
 	}
 	
 }
开发者ID:udistrital,项目名称:tike_desarrollo,代码行数:17,代码来源:GestorUsuariosComponentes.class.php

示例9: __construct

    function __construct($lenguaje,$objetoId = '') {

    	$this->objetoId = $objetoId;
        $this->miConfigurador = \Configurador::singleton ();

        $this->miConfigurador->fabricaConexiones->setRecursoDB ( 'principal' );
        
        if(isset($_REQUEST['usuario'])) $_REQUEST['usuarioDefinitivo'] = $_REQUEST['usuario'];
        
        $this->tablasPaso =  array();

        $this->lenguaje = $lenguaje;
        $this->mensaje =  \Mensaje::singleton();
        $this->cliente  = new Modelo();
        $this->objeto = $this->cliente->getListaObjetos();
        $this->columnas = $this->cliente->getDatosColumnas();
    }
开发者ID:udistrital,项目名称:tike_desarrollo,代码行数:17,代码来源:GuardarDatos.class.php

示例10: __construct

    function __construct($lenguaje = '') {

    	
        $this->miConfigurador = \Configurador::singleton ();
        $this->miConfigurador->fabricaConexiones->setRecursoDB ( 'principal' );

        $this->mensaje = \Mensaje::singleton();
		$this->cliente  = new Modelo();
		
		if($lenguaje!='')$this->lenguaje = $lenguaje;
        
        	
			$this->objeto = $this->cliente->getListaObjetos();
           $this->columnas = $this->cliente->getListaColumnas();
        
        

    }
开发者ID:udistrital,项目名称:tike_desarrollo,代码行数:18,代码来源:Eliminar.class.php

示例11: __construct

    function __construct($lenguaje = '',$objetoId = '') {

    	
        $this->miConfigurador = \Configurador::singleton ();
        $this->miConfigurador->fabricaConexiones->setRecursoDB ( 'principal' );

        $this->mensaje = \Mensaje::singleton();
		$this->cliente  = new Modelo();
		
		
		
		if($lenguaje!='')$this->lenguaje = $lenguaje;
		$this->tabla =  new \component\GestoHTMLCRUD\Vista\Tabla($lenguaje);
        if($objetoId!=''){
        	$this->objetoId = $objetoId;
			$this->objeto = $this->cliente->getListaObjetos();
           $this->columnas = $this->cliente->getListaColumnas();
        
        }else return false;

    }
开发者ID:udistrital,项目名称:tike_desarrollo,代码行数:21,代码来源:Consultar.class.php

示例12: __construct

 function __construct($conexion = 'estructura', $tabla = '', $historico = false, $usuario = '')
 {
     $this->miConfigurador = \Configurador::singleton();
     $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
     $this->mensaje = \Mensaje::singleton();
     if (!$this->miRecursoDB) {
         $this->mensaje->addMensaje("1", "errorConexion", 'error');
         return false;
     }
     $this->conexion = $conexion;
     $this->tabla = $tabla;
     $this->historico = $historico;
     if ($usuario == '' || is_null($usuario)) {
         $this->usuario = '_indefinido_';
     } else {
         $this->usuario = $usuario;
     }
     $this->mensaje = Mensaje::singleton();
     $this->saltarHistorico = false;
     $this->justificacion = '';
     $this->recuperarTablaEsquema();
 }
开发者ID:fernandoceli,项目名称:polux_desarrollo,代码行数:22,代码来源:Persistencia.class.php

示例13: __construct

    function __construct() {

        $this->miConfigurador = Configurador::singleton();

        $this->miInspectorHTML = InspectorHTML::singleton();

        $this->ruta = $this->miConfigurador->getVariableConfiguracion("rutaBloque");

        $this->miMensaje = Mensaje::singleton();

        $conexion = "aplicativo";
        $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);

        if (!$this->miRecursoDB) {

            $this->miConfigurador->fabricaConexiones->setRecursoDB($conexion, "tabla");
            $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
        }
        
        $this->validar = new Validador();
    }
开发者ID:udistrital,项目名称:perseo_desarrollo,代码行数:21,代码来源:Funcion.class.php

示例14: __construct

 function __construct()
 {
     $this->miConfigurador = \Configurador::singleton();
     $this->miInspectorHTML = \InspectorHTML::singleton();
     $this->ruta = $this->miConfigurador->getVariableConfiguracion('rutaBloque');
     $this->miMensaje = \Mensaje::singleton();
     $conexion = 'aplicativo';
     $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
     if (!$this->miRecursoDB) {
         $this->miConfigurador->fabricaConexiones->setRecursoDB($conexion, 'tabla');
         $this->miRecursoDB = $this->miConfigurador->fabricaConexiones->getRecursoDB($conexion);
     }
 }
开发者ID:JorgeUlises,项目名称:sara2,代码行数:13,代码来源:Funcion.class.php


注:本文中的Mensaje::singleton方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。