no autocompletion for symfony getTable() function?
- by fayer
if i use Doctrine_Core::getTable('User')- i will have no auto completion.
isnt it better to just use User:: for autocompletion?
and of course i have to define the methods static
what is the benefit with using getTable except that i can use a non static method?