Hi,

I use ZF 1.11 (looking forward to moving towards ZF2!) and in one of my
apps, I work with multiple databases for testing purposes.  I just wrote
some new code and forgot to update my test database with the new column
'oops_I_am_not_a_column'.  However, after authenticating the user:

$storage->write($adapter->getResultRowObject(array('col1','col2',
'oops_I_am_not_a_column')));

didn't give me any sort of error.  Might it make sense for this to fail if
the column doesn't actually exist?

Cheers,

Eric



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Shouldn-t-Zend-throw-an-error-tp4661926.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to