What does this doctrine query do?

Muble

New Member
\[code\] $this->facebook_applications = Doctrine::getTable('FacebookApplication') ->createQuery('a') ->execute();\[/code\]I don't understand how this works at all. Why is the query just 'a' and why does that seem to get a list of the applications?
 
Back
Top