Return the data stored in the given column.
public getProperty ( string $p_dbColumnName, boolean $p_forceFetchFromDatabase = false ) : mixed | ||
$p_dbColumnName | string | |
$p_forceFetchFromDatabase | boolean | Get the data from the database instead of cached value that is stored in the object. |
return | mixed | Return a string if the property exists, NULL if the value doesnt exist, or a PEAR_Error if $p_forceFetchFromDatabase is TRUE and there was a problem fetching the data. |