buenas que esperon esten bien tengo un problemas y escribo a ver si me pueden ayudar uso symfony 1.0.19 en debian etch 4.0 el problemas es el sig
intento aplicar la teoia de servicio por ello creo un documento con qe contiene lo sig
class Servicio_Insert {
public function hola() {
$this->titulo="hola";
return $this->titulo;
}
}
luego en el acctio.class.php hago la llamada asi
public function executeDocumentosAccion()
{
$cedula = $this->getRequestParameter('cedula');
$this->titulo=Servicio_Insert::hola();
}
y me sale este error
Fatal error: Class 'Servicio_Insert' not found in /var/www/sisbe/apps/app/modules/administrador/actions/actions.class.php on line 44
de anemano gracias por s ayuda