Notice: Undefined offset: 8192 in /home/miphpf/domains/miphpf.com/public_html/includes/common.inc on line 499

Notice: Undefined offset: 8192 in /home/miphpf/domains/miphpf.com/public_html/includes/common.inc on line 506
miPropertiesRecord | MIPHPF - Your Open Source RAD PHP Framework
Skip navigation.
Home

miPropertiesRecord

: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/miphpf/domains/miphpf.com/public_html/includes/unicode.inc on line 291.

miPropertiesRecord class is used for management of property tables. These are tables with one column for property name and one column for property value.

* Example usage

<?php
$record
= new miPropertiesRecord('Settings', 'SettingName', 'SettingValue');
$record->readPK();

$companyName = $record->get('CompanyName');
?>