[TYPO3-UG Italy] Non cachare una ext typo3 6.2

Cristian Buja (InteRa s.r.l.) cristian.buja at intera.it
Thu Jan 29 08:50:26 CET 2015


Direi che l'uso di COA_INT e' giusto, pero e sbagliata la posizione.
Proverei qualcosa del tipo:

lib.countcomments = COA_INT
lib.countcomments {
	10 =  CONTENT
	10 {
		table = tx_pwcomments_domain_model_comment
		select {
		pidInList = 3825
		selectFields = count(entry_uid)
		andWhere.dataWrap = (entry_uid LIKE '{field:nuid}')
	}
	renderObj = TEXT
	renderObj.field = count(entry_uid)
}



Cristian Buja
cristian.buja at intera.it <mailto:cristian.buja at intera.it>

Intera - Web, grafica, comunicazione


More information about the TYPO3-UG-Italy mailing list