Deprecate the Export function

develop
Sven Slootweg 12 years ago
parent cb050ebdca
commit c62d6a9cec

@ -585,7 +585,7 @@ abstract class CPHPDatabaseRecordClass extends CPHPBaseClass
public function Export() public function Export()
{ {
// Exports the object as a nested array. Observes the export prototype. /* This function is DEPRECATED and should not be used. Please manually build your arrays instead. */
$export_array = array(); $export_array = array();
foreach($this->prototype_export as $field) foreach($this->prototype_export as $field)

Loading…
Cancel
Save