PHP Classes

Packages of khamel

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of khamel (2)  >  Mission progress status  >  Reputation  
Picture of khamel
Name: khamel <contact>
Classes: 2
Country: Italy Italy
Age: 42
All time rank: 223686 in Italy Italy
Week rank: 195 Up8 in Italy Italy Up
All time users: 1104
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image BPT_Logger  
Log messages to a file
This class can be used to log messages to a file.

It provides functions to append log messages to a files for different error log levels: errors, warnings, information and debug.

The class only appends the messages to the log file if the class log level setting is equal or higher than the log level associated to the log function that is being called.

  Files folder image BPT_SessionManager  
Manage user access sessions
This class can be used to manage user access sessions.

It provides a singleton interface to access user access data. It can:

- Get the session identifier
- Check whether a session variable is registered
- Register a session variable
- Retrieve the value of a session variable
- Clear all session variables
- Destroy the session
- Set and check the protection mode, which can make the class redirect the browser to another URL when it is set.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z