Re: LiveUser_Auth_Propel Container 0.1

Lukas Kahwe Smith <[email protected]> Thu, 01 Sep 2005 13:09:15 +0200
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Georg Gell wrote:

> Also shouldn't there be some error raised in case of missing config
> options? I can't use Globals.php, because a normal Propel installation
> changes auth_user_id to AuthUserId. Any ideas?

I am also wondering if you could not extract some of the necessary 
information from the more standard config options. For example there is 
the alias array. Unfortunately it also contains a mapping for the table 
name alias, but this could be cleaned up wuth an unset() call.

Anyways this is not a biggy. I have no problem with you defining your 
own configuration options as you see fit. Just want you to have the 
necessary information to leverage what is there.

regards,
Lukas