Manejando el patrón registro de php y cuando intento hacer una instancia de una clase me sale el siguiente error
Código PHP:
function RegistrarCleintePos($ced){
$this->_registry->clientesPros = new ClientesPosCls();
$this->_registry->clientProspect->consultar();
}
Código PHP:
Using $this when not in object context in