> > You can also use @deprecated. > > < > http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.deprecated.pkg.html > > > > @deprecated is already used in ZF. The problem is that the developer gets no feedback about the deprecated components that are used in his/her specific application. Throwing an E_USER_NOTICE or using Zend_Log will provide this feedback to the developer.
Best regards, Tobias
