[TYPO3-dev] [eID] $conf-Variable

Maximo Cuadros mcuadros at gmail.com
Fri Nov 3 12:25:27 CET 2006


But this config is the config of the pi1, the flexform data, right?

On 11/3/06, Franz Holzinger <franz at fholzinger.com> wrote:
> Hello Martin,
>
> > Use the "lower level" API calls to get the Typoscript. I don't recall
> > where they are but have a look and tslib_fe and see where it gets the info.
> >
> > OTOH, TS may be not really necessary if you only want to configure your
> > script.
> >
> there is already a file
> typo3/sysext/cms/tslib/class.tslib_eidtools.php
>
> Maybe some necessary configuration stuff should be stored in the FE
> users session data.
>
> tslib_fe has this method:
>
> function getFromCache()
>
> and there you have.
>
> if ($row = $this->getFromCache_queryRow())      {
>
> $this->config = (array)unserialize($row['cache_data']);         // Fetches the
> lowlevel config stored with the cached data
>
> which sets the $this->config.
>
> IMHO the page should always bee in the cache if AJAX is used.
>
> The line
> $this->content = $row['HTML'];
> is not needed and could contain a lot of data. Should'nt a shorter
> method be written for AJAX purposes?
>
>
> Greets,
>
> Franz
>
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>
> __________________________________________________________________
> Mensaje analizado y protegido, tecnologia antivirus MailScanner
> ===================================================================
> ........................... DISCLAIMER .............................
> This message and its  attachments are  intended  exclusively for the
> named addressee. If you  receive  this  message  in   error,  please
> immediately delete it from  your  system  and notify the sender. You
> may  not  use  this message  or  any  part  of it  for any  purpose.
> The   message   may  contain  information  that  is  confidential or
> protected  by  law,  and  any  opinions  expressed  are those of the
> individual    sender.  Internet  e-mail   guarantees   neither   the
> confidentiality   nor  the  proper  receipt  of  the  message  sent.
> If  the  addressee  of  this  message  does  not  consent to the use
> of   internet    e-mail,    please    inform     us    inmmediately.
> ====================================================================
> .........................  AVISO LEGAL  ............................
> La   presente  comunicacion  y sus anexos tiene como destinatario la
> persona a  la  que  va  dirigida, por  lo  que  si  usted lo  recibe
> por error  debe  notificarlo  al  remitente  y   eliminarlo   de  su
> sistema,  no  pudiendo  utilizarlo,  total  o   parcialmente,   para
> ningun  fin.  Su  contenido  puede  tener informacion confidencial o
> protegida legalmente   y   unicamente   expresa  la  opinion     del
> remitente.  El   uso   del   correo   electronico   via internet  no
> permite   asegurar    ni  la   confidencialidad   de   los  mensajes
> ni    su    correcta     recepcion.   En    el  caso   de   que   el
> destinatario no consintiera la utilizacion  del correo  electronico,
> debera ponerlo en nuestro conocimiento inmediatamente.
> ====================================================================
>
>
>




More information about the TYPO3-dev mailing list