From d39e55b87fdafc04c580926805b9ac9e08839663 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 Mar 2011 11:27:13 +0800 Subject: [PATCH] Generator.php --- Generator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Generator.php b/Generator.php index d071b43d..a307b7fd 100644 --- a/Generator.php +++ b/Generator.php @@ -361,6 +361,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator die("No existing DataObject file found for table {$this->table} - either add it to Pman_Builder[skip_tables] or\n +- run generator and specify that module.. - create an empty file in the related Module/DataObjects directory eg. touch Pman/????/DataObjects/".ucfirst($this->table).".php -- 2.39.2