Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of class constants #1

Closed
GoogleCodeExporter opened this issue Jan 27, 2016 · 5 comments
Closed

Use of class constants #1

GoogleCodeExporter opened this issue Jan 27, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Instead of using a define statements, in PHP5 we can use class constants.
Here is a patch for Logging class.

Original issue reported on code.google.com by pasha.zu...@gmail.com on 7 Apr 2008 at 4:23

Attachments:

@GoogleCodeExporter
Copy link
Author

As a side note, the PEAR::Log package has an almost identical API, is well
maintained, and you can plug in all sorts of other Logging containers (log to
database, console, error log, whatever you like)

Original comment by daniel.o...@gmail.com on 13 Apr 2008 at 3:47

@GoogleCodeExporter
Copy link
Author

There is also an another PHP-XMPP project out there, phpjabberlib. Looks like 
it will
be part of Zend Framework.
http://framework.zend.com/wiki/display/ZFPROP/Zend_Jabber
http://code.google.com/p/phpjabberlib/

Original comment by pasha.zu...@gmail.com on 14 Apr 2008 at 12:58

@GoogleCodeExporter
Copy link
Author

Looks like it hasn't been updated in ages.

Original comment by nathanfr...@gmail.com on 16 Apr 2008 at 10:49

@GoogleCodeExporter
Copy link
Author

@daniel: In a perfect world, that would be great.  But I'm trying to keep my 
barrier
of entry at a minimum, and thus, no dependencies.

Original comment by nathanfr...@gmail.com on 16 Apr 2008 at 10:50

@GoogleCodeExporter
Copy link
Author

Class constants used in SVN

Original comment by nathanfr...@gmail.com on 27 May 2008 at 11:22

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant