So after adding "exit;" how can I make the $formData array show its values to me in my web browser? I'd like to see how the array is formatted so to speak.
In other words how do I echo this line from my Controller's editAction()? Do I have to send this line from C to V and then do some kind of echo in V? (MVC) // Zend_Debug::dump($formData); exit; -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/How-can-I-print-r-or-Zend-Debug-formData-in-my-editAction-tp2279751p2280505.html Sent from the Zend Framework mailing list archive at Nabble.com.
