Re: Issue with storage configuration

Dan Rossi <liveuser-zu2dZaOKXTSc5qR/[email protected]>
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
On 11/06/2005, at 9:56 PM, Helgi Þormar wrote:

I cleared my CVS cache and redownloaded and it was there :P . So when 
will it be known there will be nomore BC breaks ?? :)

>
> This here is taken from example 3 in the Admin class:
>
>     'authContainers'    => array(
>         'DB' => array(
>             'type'          => 'DB',
>             'loginTimeout' => 0,
>             'expireTime'   => 0,
>             'idleTime'     => 0,
>             'allowDuplicateHandles'  => true,
>             'passwordEncryptionMode' => 'PLAIN',
>             'storage' => array(
>                 'dsn' => $dsn,
>                 'alias' => array(
>                     'lastlogin' => 'lastlogin',
>                     'is_active' => 'is_active',
>                 ),
>                 'fields' => array(
>                     'lastlogin' => 'timestamp',
>                     'is_active' => 'boolean',
>                 ),
>                 'tables' => array(
>                     'users' => array(
>                         'fields' => array(
>                             'lastlogin' => false,
>                             'is_active' => false,
>                         ),
>                     ),
>                 ),
>             )
>         )
>     ),
>
>
> _______________________________________________
> LiveUser mailing list
> [email protected]
> http://mailman.21st-hq.de/mailman/listinfo/liveuser
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.