Zend Framework

Will you be adding in support for Zend Framework now that it is officially released?

Comments

    It is in the todo list. Any

    It is in the todo list. Any particular thing you'd like to see?

    Thanks

    Intellisense

    I guess Intellisense for it's objects, methods and attributes. Perhaps include the docs in your distro and context sentitive help for the framework.

    As this is new and it's acceptance isn't really well known yet I can understand holding off on this for some time. I am sure you have bigger items to worry about first.

    Thx.

    Here is a simple way to do

    Here is a simple way to do this. Put the zend framework somewhere in your machine.

    Then in the project general properties, add this directory in the include dirs. This should allow you to see the intellisense as long as you include the files in your script.

    One level of integration is VS.Php distributing the framework and have this already preconfigured as we do for PEAR packages.

    I was thinking perhaps we don't include the framework but have a setting for pointing to its location.

    What do you think?

    This would be sufficient I

    This would be sufficient I think. You may want to add in a work-a-round for the help manual. That way when someone hits F1 on an object, method found within the Zend include path opens up their docs. I don't think this is a huge priority though. Your info above about getting intellisense to work is the most important.

    Thx.