[TYPO3-mvc] how to add a method to another repository?

Anja Leichsenring aleichsenring at ab-softlab.de
Sun Sep 30 11:44:09 CEST 2012


Hi,

this is the way to go.
Extend the model, extend the repository and don't forget to map the
table name to your model class.

Greetings
Anja

Am 30.09.2012 11:30, schrieb Stefano Cecere:
> hi. i'm dealing with this situation:
> 
> i want to search within another extension repository by a custom search
> query (say it is the "news" ext)
> 
> the only option i see is to subclass the model i want (say "news"), and
> then search within it.
> 
> do you agree?
> 
> 
> 
> 
> 



More information about the TYPO3-project-typo3v4mvc mailing list