Random thought - I'll be trying this tomorrow or sometime next week,
but...  Would the autoload file be able to be called as a vendor
include as well?  So long as I call it first, I'm wondering if that
would possibly solve the issue.  An autoloader would still have to be
customized for all ez Component "parts" that were necessary for a
project, but...this is PHP, we could probably create a dynamic script
that could decipher that stuff automatically at runtime.

I guess I'm spouting this off randomly in the middle of a "possible"
eureka moment that I won't know until I actually try to implement it
(and a place to keep this information for historical purposes, even
the short term in case I forgot).  Thanks for giving me a sounding
board.  ;)  File access might be an efficiency issue, so caching would
probably be the way to go.  To the drawing board (when I get time to
work on it!)!

Thanks again.  ;)

On Sep 2, 11:41 am, "Brendon Kozlowski (Realm)"
<brendon...@hotmail.com> wrote:
> Thanks, Rick.  I was trying to determine if there was an easier way to
> add it, but after talking with some of the developers in their IRC
> chat, I couldn't think of any as the call to the autoload is
> required.  I was trying to think of a way to package it all up, such
> as in a plugin or something similar.
>
> By the way, I think I'll add the autoload in the boostrap file instead
> of config, but I suppose that's personal preference.  ;)  Thanks for
> replying!
>
> On Aug 29, 9:43 am, Rick <will...@gmail.com> wrote:
>
> > You should be able to do this quite easily.  Put the ezcomponents dir
> > into the Vendor then add the ezc autoload require in the config
> > core.php.
>
> > Rick
>
> > On Aug 28, 1:27 pm, BrendonKoz <brendon...@hotmail.com> wrote:
>
> > > I'm currently looking to use ezComponent's ezcGraph library within a
> > > CakePHP project, but I've noticed ezComponents specify a requirement
> > > to have their base library loaded.  (Is this similar to Zend now? Last
> > > I knew Zend didn't require a loader to use it as a Vendor.)
>
> > > Rather than rushing in head first into docs, hurdles, and heartache, I
> > > was curious if anyone has tried integrating any of the ezComponents'
> > > "framework" in to CakePHP as a vendor - successfully; and that may
> > > have some tips?
>
> > > ezComponent's Graphing Class (gallery of 
> > > examples):http://www.ezcomponents.org/docs/api/trunk/Graph_gallery.html-Hide
> > >  quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to