[TYPO3-mvc] fetching data from pages table

Alex Bailey vile at planet-generals.de
Fri Feb 19 15:48:53 CET 2010


Hi,
Im currently working on a extension where I have to fetch the fields of 
my Pages table, I already mapped the table to match my extension by using

config.tx_extbase.persistence.classes{
	Tx_T3wVvsTags_Domain_Model_Page{
		mapping{
			tableName = pages
		}
	}
}

But for some particular reason a findAll() query on my table only 
returns the pages with Pid 0 and not all of them (unique uid) as it should.
Is there something I'm missing about using this table?

Thanks in advance

Alex


More information about the TYPO3-project-typo3v4mvc mailing list