no autocompletion for symfony getTable() function?
Posted
by fayer
on Stack Overflow
See other posts from Stack Overflow
or by fayer
Published on 2010-05-17T16:06:59Z
Indexed on
2010/05/17
16:10 UTC
Read the original article
Hit count: 129
symfony
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?
© Stack Overflow or respective owner