[TYPO3-mvc] query Content Element Extension

Muriel le Pair typo3 at strangefruit.nl
Tue Apr 15 11:46:11 CEST 2014


Hi,

I thought it might be easier to overwrite the existing rows this the new 
correct data of the selected rows. Silly me..

But I kind of run into the same problem.

When I try to create a new object, and then try to add a value, I get 
the following error:

$newrows = new \SF\SfExportdoc\Domain\Model\Items();
$newsrows->setFormTitle('test');
Fatal error: Call to a member function setFormTitle() on a non-object

I figure this is because they are normally injected as rows of the 
tt_content repository.

So how can I create a new object(?) to overwrite the rows with new data?

--
kind regards,

Muriel le Pair




More information about the TYPO3-project-typo3v4mvc mailing list