Re: [PHP] Class Help Extended

2004-05-05 Thread Richard Harb
More often than not it's a good thing to assign 'default' values to class variables like that. In this case though I've observed that common practice is to get the user/pass values from a config file and pass them along as variables when creating an instance of the class. Classes are most benefic

Re: [PHP] how does PHP handle kerberos authentication?

2004-05-05 Thread Burhan Khalid
Bing Du wrote: I need to code kerberos authentication in PHP. Like in Perl, it has Authen::Krb5 module. How the similar tasks are done in PHP? I've searched (all site) 'kerberos' on www.php.net but did not find any information that I need. http://www.faqts.com/knowledge_base/view.phtml/aid/777 -

<    1   2