Zend framework helper intellisense

Posted by Nicky De Maeyer on Stack Overflow See other posts from Stack Overflow or by Nicky De Maeyer
Published on 2010-03-17T09:40:00Z Indexed on 2010/03/17 9:41 UTC
Read the original article Hit count: 284

Not so much a programming problem, but more a productivity problem. We've got quite a few custom view and action helpers in our project. Working with around 7 programmers.

Now when someone, creates a helper or if one would want to use a helper, it all goes through the brokers. This means we do not get intellisense for those helpers, which can be real time consuming, having to go look in the docs or the code files. This is ofcourse true for both build in and custom helpers.

Does any1 share this pain? Does any1 have a solution for this?

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about helpers