On 14 sep, 13:56, "Bernhard Schussek" <[EMAIL PROTECTED]> wrote:
> Apart from configuring the symfony lib dir as include path, I can also
> recommend setting the symfony lib dir up as a custom project and
> including it in your project (right click -> configure include path ->
> projects tab -> ad
On 14 sep, 12:20, Hugo HAMON <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Do you want a real autocomplete of the global core classes of the
> symfony framework (ie sfWebRequest, sfWebResponse... ?) or only for
> classes generated by the ORM ?
For all
> * Propel generates all accessors (getters and s
Apart from configuring the symfony lib dir as include path, I can also
recommend setting the symfony lib dir up as a custom project and
including it in your project (right click -> configure include path ->
projects tab -> add project). To be able to include it, you have to
build the project thoug
Hello,
Do you want a real autocomplete of the global core classes of the
symfony framework (ie sfWebRequest, sfWebResponse... ?) or only for
classes generated by the ORM ?
* Propel generates all accessors (getters and setters), so Eclipse PDT
gives you the autocomplete for your model.
* Doctrin