From: Dotan D. <do...@co...> - 2007-08-19 17:09:29
|
Andrew Gianni wrote: > Dotan, are your mixins simply providing additional non-CGI::Prototype > functionality, i.e. not overriding core CGI::P methods? > > Yep. That's why my mixins are "Utils" rather than pages. If you could build an ordered chain of render_enter methods or whatever, the activate() method would probably be much simpler. When I want to hook some different functionality into a chain of execution, I have to override a different hook; this isn't particularly scalable, but for my simplistic app it works. |