[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 <?php 2 function &recuperer_instance_contact() { 3 global $bd_params; 4 global $bd_options; 5 6 require_once(dirname(__FILE__)."/contact.php"); 7 8 $contact = &BD_contact::factory($bd_params); 9 10 if (PEAR::isError($contact)) { 11 die($contact->getMessage()); 12 } 13 14 $contact->setDbOptions($bd_options); 15 return $contact; 16 } 17 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |