[fw-general] stored procedure error after upgrade to 1.8

2009-06-04 Thread Matthew Hoopes
ing is: Mysqli statement execute error : PROCEDURE my_proc can't return a result set in the given context Is there anything I should do with the mysqli object to avoid this? Can I set some server options with mysql option multi statements? Thanks, - matt hoopes

Re: [fw-general] XMLRPC Server Performance

2008-10-20 Thread Matt Hoopes
On Fri, Oct 17, 2008 at 10:38 AM, Matt Hoopes <[EMAIL PROTECTED]> wrote: > > One of the issues with the various server components is that they all >> rely on reflection. One idea I've had is to refactor them to allow >> caching all the metadata needed to store method

Re: [fw-general] XMLRPC Server Performance

2008-10-17 Thread Matt Hoopes
e as the single request alone, I think it would be good to go. Is this more of an apache tuning issue? thanks for an advice, - hoopes

[fw-general] XMLRPC Server Performance

2008-10-16 Thread Matt Hoopes
out of Apache, and would a more drastic move of trying lighttpd and fastcgi be a path to explore (b/c php stays in memory)? Failing all that, this is a plea for help. :) thanks in advance, - hoopes

[fw-general] Normalizing action function names

2008-03-17 Thread Hoopes
equest to be able to control that behavior be reasonable? If not, is there a way to keep my camelCased function names using some type of smart router? Thanks very much, - hoopes -- View this message in context: http://www.nabble.com/Normalizing-action-function-names-tp16104772s16154p16104772.htm

Re: [fw-general] registering plugins per module/controller

2007-08-05 Thread Hoopes
age. thanks for the response - hoopes Ian Warner wrote: Hi I use the config file, place this config array in config.ini.php or whatever you use, call it DEFAULT [default] plugins.Auth= true plugins.Translation = true Then for each project, controller or whatever delimiter you use, i

[fw-general] registering plugins per module/controller

2007-08-04 Thread Hoopes
r frontController plugins? thanks - hoopes

[fw-general] consultants?

2007-07-11 Thread Hoopes
started on this. Specifically the Model part of the MVC, but overall education is the goal. :) We're a Pittsburgh based company, and if anyone reading this has some time (and patience), and wants to try to make some money, please email [EMAIL PROTECTED] with any inquiries for further information. Thanks - hoopes

[fw-general] request life cycle

2007-05-08 Thread Hoopes
tc. Is the process general to all MVC frameworks? If so, is there a walkthrough of what each of these classes does, and when they do what they do? Or am I better off waiting for the 1.0 release, which should hopefully come with the "web application howto" docs? thanks very much, - hoopes

[fw-general] newbie acl/auth question

2007-05-06 Thread Hoopes
Allen, how would I prevent my guest user from deleting albums (if you've read those...)? Would the ACL rules be created and held in some central location? Thanks in advance for any advice, I'm just trying to wrap my head around this stuff :) - hoopes