Le 02/11/2011 18:40, Johan Cwiklinski a écrit :
Comme ça normalement : protected $store_path = WEB_ROOT . '/plugins...';
Presque :
public function __construct($args = null) {
$this->store_path = WEB_ROOT . 'plugins/Pilote/avions_photos/';
parent::__construct($args);
}
Et c'est OK :)
Dans la déclaration de la classe, ça ne marche pas sinon.
Mélissa