[TYPO3-mvc] Initializing extbase with bootstrap for eIDmechanism

Frank Gerards F.Gerards at esolut.de
Mon Apr 23 17:04:13 CEST 2012


Hi,

you are using the pageType/typeNum mechanism , which basically initializes a whole TYPO3 page render.
The eID mechanism is much lighter and faster, that is why I wanted to use this way, we do 
Google Maps ViewPort Clipping calls on the fly...

Thx 4 info anyway :) - someone else with info ?
Frank

-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org [mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von Domi
Gesendet: Montag, 23. April 2012 10:36
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: Re: [TYPO3-mvc] Initializing extbase with bootstrap for eIDmechanism

Hi Frank,

not sure if this is what you are looking for, but my ajax/json calls works like a charm:

TS:
ajax = PAGE
ajax {
   typeNum = 77769
   10 < tt_content.list.20.myext_frontend
   10.persistence.storagePid = {$plugin.tx_intranet.persistence.storagePid}

   config {
    disableAllHeaderCode = 1
    additionalHeaders = Content-type:application/json
    xhtml_cleaning = 0
    admPanel = 0
   }
}

Now you just need to register inside the controller the specific action and thats it actually.

Cheers Dominic
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc


More information about the TYPO3-project-typo3v4mvc mailing list