.

DBNull Class Reference
[Model]

A class to mark something as NULL explicitely. More...

List of all members.

Public Member Functions

  __toString ()

Detailed Description

A class to mark something as NULL explicitely.

Author:
Gerd Riesselmann

Definition at line 8 of file dbnull.cls.php.


Member Function Documentation

DBNull::__toString (  ) 

Definition at line 9 of file dbnull.cls.php.

00009                                  {
00010         return 'NULL';
00011     }   

The documentation for this class was generated from the following file: