From c62d6a9cec890a7bbb1176dd075df1937504c482 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 29 Oct 2012 15:13:52 +0100 Subject: [PATCH] Deprecate the Export function --- class.databaserecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.databaserecord.php b/class.databaserecord.php index b28a1b1..657011e 100644 --- a/class.databaserecord.php +++ b/class.databaserecord.php @@ -585,7 +585,7 @@ abstract class CPHPDatabaseRecordClass extends CPHPBaseClass 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(); foreach($this->prototype_export as $field)