I use Zend_Filter_Input to process my $_POST data. If I want to find out if a certain button was clicked, what is the best way to check?

if ($post->getRaw('btnSave') !== false) { ... }

Is this the correct way to check for button clicks?

--
Craig Slusher
[EMAIL PROTECTED]

Reply via email to