Hi,
How can I select a record, giving teamsIds as condition in the below code?
$list = $this->getEntityManager()->getRepository('Test')->where(array(
))->findOne();
Please help.
How can I select a record, giving teamsIds as condition in the below code?
$list = $this->getEntityManager()->getRepository('Test')->where(array(
))->findOne();
Please help.
Comment