Hi,

sorry for the possibly misleading subject, but I don't know the correct
term for this methods than can be used for custom logic when using
components classes. I would call them "hooks" but I am not sure if there
is a better term. But I will use it for now.

I am talking about "hooks" like Zend_Form::init() or
Zend_Db_Table_Row_Abstract::_insert() which can be used by a programmer
to add initialization or pre-insert logic.

I wonder if all of these "hooks" are documented or if there are any
"hidden hooks" that are not well-known? Maybe the manual should
explicitly explain all of them for every component in an "hooks" chapter
if not done so far.

And another question right away: Why does Zend_Db_Table_Row_Abstract
have an _insert() "hook" and Zend_Db_Table_Abstract does not? I stumbled
upon this when looking through the new quick start. Are there any
reasons for this?

Thanks and best regards,

Ralf

Reply via email to