[TYPO3-german] Core API DBAL

Anska Beckert anska_freiburg at gmx.de
Mon Jan 2 20:05:27 CET 2006


Hi,

vielen Dank für die schnelle Hilfe. Das war genau was ich gesucht habe.
Die Doku von der Typo3 Core API ist zudem recht hilfreich gewesen. Danke!

Grüße,
Anska


> > Also quasi das Typo3-Pendant zu
> > 
> > $query = 'select * from $Z where uid = '.$Y;
> > $result = mysql(TYPO3_db,$query);
> > $Feld =  mysql_result($result,0,$X);
> 
> pi_exec* und exec_* unterscheiden sich schon. Eine Möglichkeit ist
>  $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('*',$Z,'uid='.(int)$Y);
>  $row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res);
> 
> > Weiterhin wäre ich dankbar, wenn mir jemand sagen könnte wo es dazu die
> > Dokumentation gibt (falls es die gibt ;-) ).
> 
> Doku? Ne, nur das bisschen auf typo3.org. SCNR.
> 
> Project Coding Guidelines
>  http://typo3.org/documentation/document-library/doc_core_cgl/
> TYPO3 Core APIs
>  http://typo3.org/documentation/document-library/doc_core_api/
> extdeveval Extension (contains documentation and more)
>  http://typo3.org/documentation/document-library/extdeveval 
> DBAL manual (chapter 1.5)
>  http://typo3.org/documentation/document-library/dbal/
> 
> Gruß,
> Karsten
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
> 

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner



More information about the TYPO3-german mailing list