Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 23 → Rev 24

/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.4 2005-09-28 16:29:39 ddelon Exp $
// CVS : $Id: fichier.class.php,v 1.5 2005-10-04 10:13:33 alexandre_tb Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $
*@version $Revision: 1.5 $
// +------------------------------------------------------------------------------------------------------+
*/
 
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,7 → 117,7
* @return fichier
* @access public
*/
function __construct( $chemin, &$objetDB = "" )
function __construct( $chemin, &$objetDB)
{
$this->fichier($chemin, $objetDB);