On 9/13/10 8:38 AM, Benjamin Eberlei wrote: > The primary target for annotations are framework and library integrations: > validation, forms, metadata mapping, static mvc configuration such as > routing, view selection or acls. Why do these features not exist with > current php libraries yet? Because developers see php doc blocks for what > they are: Comments!
I think my main issue with these use cases is that I fundamentally don't believe they should be done at runtime. These are all things that are not going to change from one request to the next and as such should not be evaluated on every single request. -Rasmus -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php