Onur Yerlikaya a écrit :
> Hi all,
>
> file zend.db.html
> error syntax_error
>
> ----
> <?php
> require_once 'Zend/Config.php';
> require_once 'Zend/Db.php';
>
> $config = new Zend_Config(
> array(
> 'database' => array(
> 'adapter' => 'Mysqli',
> 'params' => array(
> 'dbname' => 'test',
> 'username' => 'webuser',
> 'password' => 'secret',
> )
> )
> )
> );
>
> $db = Zend_Db::factory($config->database);
> ));
> --
>
> replace "));" which placed at the end of the
example.!
>
> Regards,
> Onur Yerlikaya
>
>
Hi,
This has been fixed in rév. 8396.
Thank you.
Mickael.
|