Hello Everybody !!!
I have a little problem...
When I have worked with php, I have always used Pear: DB_DataObject for transactions between html pages and bdd.
When I have tested it with amfphp, I have try to connect with DataObject and pass DataObject object to Flash, but the following lines in my php service file stop the flash request :
// initialisation of DB_dataObject class
$options = &PEAR::getStaticProperty('DB_DataObject','options');
$config = parse_ini_file('config.ini',TRUE);
$options = $config['DB_DataObject'];
I don't understood why the service doesn't play...
if you want more informations about DataObject, please check at
http://pear.php.net/ DB_DataObject section
If you want to test DB_DataObject, download on cvs last versions of PEAR.php and DB_DataObject files.
Thanks for any answer
Thierry