Re: [TYPO3-english] access database from a different page + ext development

2009-02-19 Thread Michael Miousse
Le Wed, 18 Feb 2009 16:31:43 +1300, Filype Pereira a écrit : > Hi all, > > I need to access the database using the login, password from typo3 in my > class. > > Example: $sql_products = $GLOBALS['TYPO3_DB']->exec_SELECTquery( > 'p.uid', >

[TYPO3-english] access database from a different page + ext development

2009-02-17 Thread Filype Pereira
Hi all, I need to access the database using the login, password from typo3 in my class. Example: $sql_products = $GLOBALS['TYPO3_DB']->exec_SELECTquery( 'p.uid', 'tx_mshop_products_categories_mm pc, tx_mshop_products p',