[TYPO3-mvc] ordering from TCA

Felix Oertel mehl at foertel.com
Wed May 19 15:09:59 CEST 2010


Hey,

Am 13.05.10 23:03, schrieb Benjamin Mack:
> public function findAll() {
> $query = $this->createQuery();
> $order = array('name' =>
> Tx_Extbase_Persistence_QueryInterface::ORDER_ASCENDING);
> $query->setOrderings($order);
> return $query->execute();
> }

but that does not work for db-rows that get mapped into properties by 
extbase, aight?

regards, foertel


More information about the TYPO3-project-typo3v4mvc mailing list