[Wiki] changed: Doc/Dev/ConversionH4

Michael Slusarz <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
slusarz  Wed, 02 Jun 2010 16:01:29 -0400

Modified page: http://wiki.horde.org/Doc/Dev/ConversionH4
New Revision:  1.3
Change log:  Horde_Auth changes

@@ -7,8 +7,14 @@
  ++ Authentication

  Remove AUTH_HANDLER - use Horde_Registry::appInit() 'authentication'  
option instead.
  Remove $session_control - use Horde_Registry::appInit()  
'session_control' option instead
+Most static Horde_Auth:: functions moved to Horde_Registry::
+
+> Horde_Auth::getAuth() -> $registry->getAuth()
+> Horde_Auth::getBareAuth() -> $registry->getAuth('bare')
+> Horde_Auth::getAuthDomain() -> $registry->getAuth('domain')
+> Horde_Auth::getOriginalAuth() -> $registry->getAuth('original')

  ++ Autoloading

  Convert files/libraries to be able to be autoloaded.


-- 
To unsubscribe, mail: [email protected]
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.