« Return to Thread: Zend Framework 1.8.0 sanity check tarballs available

RE: Zend Framework 1.8.0 sanity check tarballs available

by Andrés Robinet :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi there,

 

I’ve got the following…

 

// Bootstrap for module Adm

class Adm_Bootstrap extends Zend_Application_Module_Bootstrap

{

    public function __construct($application)

    {

        parent::__construct($application);

        $plugin = new Adm_Plugin_Some_Thing();

    }

 

The file and class do not exist… that’s ok, I did it on purpose, but I get the following warning…

 

“Warning: include(<some path>\application\adm/plugins//Some/Thing.php) [function.include]: failed to open stream: No such file or directory in…”

 

The module resource autoloader adds a double forward slash “//“ instead of a single forward slash “/” after the plugins directory. This doesn’t seem to be ok… though at least in windows, PHP finds the class file if it exists…

 

Regards,

 

Rob

 

From: David Mintz [mailto:vtbludgeon@...]
Sent: Miércoles, 29 de Abril de 2009 04:26 p.m.
To: fw-general@...
Subject: Re: [fw-general] Zend Framework 1.8.0 sanity check tarballs available

 


Oh my this is looking like a tasty release indeed. Well done!


--
David Mintz
http://davidmintz.org/

The subtle source is clear and bright
The tributary streams flow through the darkness

 « Return to Thread: Zend Framework 1.8.0 sanity check tarballs available