summaryrefslogtreecommitdiffstats
path: root/application/models/DbTable/Client.php
diff options
context:
space:
mode:
authorSimon2011-01-27 15:55:35 +0100
committerSimon2011-01-27 15:55:35 +0100
commit3fdd6745692be5791805bf5b6ee578299e0898c4 (patch)
treee801bcaa0f5f5449f6188c371273baacecddf122 /application/models/DbTable/Client.php
parentPerson löschen eingefügt (diff)
downloadpbs2-3fdd6745692be5791805bf5b6ee578299e0898c4.tar.gz
pbs2-3fdd6745692be5791805bf5b6ee578299e0898c4.tar.xz
pbs2-3fdd6745692be5791805bf5b6ee578299e0898c4.zip
DatenbankTables in Zend eingerichtet
Diffstat (limited to 'application/models/DbTable/Client.php')
-rw-r--r--application/models/DbTable/Client.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/models/DbTable/Client.php b/application/models/DbTable/Client.php
new file mode 100644
index 0000000..80ec1d3
--- /dev/null
+++ b/application/models/DbTable/Client.php
@@ -0,0 +1,10 @@
+<?php
+
+class Application_Model_DbTable_Client extends Zend_Db_Table_Abstract
+{
+
+ protected $_name = 'pbs_client';
+
+
+}
+