Fork me on GitHub

doctrine2 - foreign keys - setHint  Bottom

  • How does setHint work in Zikula?

    The way from the manual has no effect:

    Code

    $em = $this->getService('doctrine.entitymanager');
    $query = $em->createQuery('SELECT u FROM Wikula_Entity_Links u');
    $query->setHint(\Doctrine\ORM\Query::HINT_INCLUDE_META_COLUMNS, true);
    $users = $query->getResult();


    --
    https://github.com/phaidon/
  • Can nobody help me? I think its a very basic problem (the query of foreign keys).

    --
    https://github.com/phaidon/
  • 0 users

This list is based on users active over the last 60 minutes.