Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/trunk/classes/fichier.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: fichier.class.php,v 1.1 2005-09-22 14:02:47 ddelon Exp $
// CVS : $Id: fichier.class.php,v 1.2 2005-09-26 20:18:27 ddelon Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $
*@version $Revision: 1.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
97,7 → 97,7
* @return void
* @access public
*/
function fichier( $chemin, $objetDB = "")
function fichier( $chemin, &$objetDB = "")
{
$this->_chemin = $chemin ;
// On analyse l'extension pour découvrir le type mime
117,8 → 117,9
* @return fichier
* @access public
*/
function __construct( $chemin )
function __construct( $chemin, &$objetDB = "" )
{
$this->fichier($chemin, $objetDB);
} // end of member function __construct