From: Alan Knowles Date: Wed, 16 Mar 2011 03:27:13 +0000 (+0800) Subject: Generator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=d39e55b87fdafc04c580926805b9ac9e08839663 Generator.php --- 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