Thanks, Brendon. That's exactly what I needed to know. -Keith
On Oct 16, 11:07 am, BrendonKoz <[email protected]> wrote: > That's not a dumb question, Keith. > > AFAIK, CakePHP expects to have the core available to it at all times, > and the core expects calls and routing via the MVC. Even the plugins, > behaviors, components, and other 3rd party extended code is doing just > that, extending Cake classes. > > I haven't tried it, but I don't believe you can use parts of CakePHP > outside of a Cake environment. CakePHP is a full-stack framework > implementation and tightly coupled. eZ Components is more like the > Zend Framework in that you can pick and choose pieces you'd want to > use to help you get *certain* things done. CakePHP and Symfony both > help you get *everything* done. Therefore, it's very important to > pick and choose the proper framework for your specific project/task. > > On Sep 23, 10:27 am, Kepper <[email protected]> wrote: > > > > > Dumb question: Is it possible to use CakePHP like you would EZ > > Components? Could you load the libraries and make calls without > > using the MVC environment? > > > Thanks, > > Keith > > > On Aug 29, 9:43 am, Rick <[email protected]> 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 <[email protected]> wrote: > > > > > I'm currently looking touseezComponent's ezcGraphlibrarywithin a > > > > CakePHP project, but I've noticed ezComponents specify a requirement > > > > to have their baselibraryloaded. (Is this similar to Zend now? Last > > > > I knew Zend didn't require a loader touseit 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
