Re: [fw-general] Accessing requestUri, pathInfo from Plugin

2007-07-10 Thread Tony Brady
Hi Dylan you might want to look at my earlier post (http://www.nabble.com/how- to-add-auth--t2907053s16154.html#a8123139 ) where I outlined my solution to this same problem. I'm not sure if it's the best way of doing it but it worked for me... Tony On 10 Jul 2007, at 10:11, Dylan Arnold wrote

Re: [fw-general] Deployment tool?

2007-06-08 Thread Tony Brady
I'd like to add my support to this idea - I'm sure many of us deploy our code to staging/production servers and would appreciate some utility tools to help streamline this process. A utility to upgrade/ downgrade database schemas would be particularly useful. I'm not so sure about scripts to

Re: [fw-general] Form validation and error/success messages

2007-05-03 Thread Tony Brady
I used patForms on a recent project and I would caution others about investing time in learning to use it. It's certainly not bad - it's pretty good in many ways and very flexible, but it appears to be a pretty dead project currently (last release was Aug 2006 and very little activity since

Re: [fw-general] Zend_Filter_Input / accessing $_POST

2007-03-19 Thread Tony Brady
Hi Simon it caused some problems in other components (see for instance http:// framework.zend.com/issues/browse/ZF-673). So now you have to null $_POST yourself if you want the previous behaviour. cheers Tony On 19 Mar 2007, at 18:21, Simon R Jones wrote: Quick question I hope isn't too du

Re: [fw-general] Thinking again about Zend_Image

2007-01-04 Thread Tony Brady
Kevin, this might be a stupid question but you seem to be the 'guy to ask' ;-) Is there a way, preferably using Zend_Pdf, to get the 'string' data out of a created pdf? By that I mean the strings that are painted into the pdf - i.e. the text content (not meta data). I'm interested in this

Re: [fw-general] how to add auth?

2007-01-02 Thread Tony Brady
27;d be interested in knowing if anyone can see any security problems with this. Could an evil array be sent to login action that would cause some unexpected behaviour? The plugin is loaded in index.php in the usual way: $controller = Zend_Controller_Front::getInstance(); $controller->registerPl

Re: [fw-general] how to add auth?

2007-01-02 Thread Tony Brady
Hi Superbiji I tried both options and ended up preferring the plugin approach. This was because when extending the Controller_Action class I couldn't get it to forward to a different controller during the init () method. I wanted to forward unauthenticated requests to index/ login but $this-