Yes, you should definitely think of it as a library rather than a framework and use it like that. You don't have to use MVC at all if you don't want it. You can just drop stuff in with very few lines of code, the mail is very good for example, it doesn't need an SMTP server, and the fluent style makes your code very maintainable. =K=
Mark Rickerby wrote: > I already have several flex points where information is being written > to a logger, and a simple API for observers/handlers, but in these > apps it's currently empty (ie: there is no observer to actually catch > this info and do anything with it)... for previous sites, I've just > written these lines directly to a file during the course of the > execution, but I thought there is surely a more efficient approach. > I've never really found a use for shutdown functions or destruct > callbacks, hence my uncertainty, but this seems to be a good fit. > > The Zend Log (and Zend Config too) stuff looks quite useful in general > - it really seems to be more of a library than a framework in many > respects, but I don't have experience using it, so maybe I'm missing > something. > > Regards, > Mark > > > > > --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
