List Info

Thread: example error




example error
user name
2008-02-24 17:14:15
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

Re: example error
user name
2008-02-25 12:39:14
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.



[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )