]> git.datanom.net - qtadmin.git/blobdiff - lib/db_implementation.php
Finish change row per page
[qtadmin.git] / lib / db_implementation.php
index c35754fb1326e07ab233df32eabba6a4bd57ed7e..a8ab163b0436a976894197ffcac6155b0a7331c4 100644 (file)
@@ -1,14 +1,14 @@
 <?php
-/* vim: set ts=4 tw=0 sw=4 noet: */
+/* vim: set ts=4 tw=4 sw=4 noet: */
 abstract class DBImpl {
 
-       private function __clone() {}
+    private function __clone() {}
 
-       abstract protected static function getInstance();
-       abstract protected function getQMails($offset = -1, $rowsPerPage = -1, $recipient = 'all');
-       abstract protected function getMarked($recipient = 'all');
-       abstract protected function numRows();
-       abstract protected function getMail($id);
-       abstract protected function setCharset($charset = 'utf8');
-       abstract protected function update($sql);       
+    abstract protected static function getInstance();
+    abstract protected function getQMails($offset = -1, $rowsPerPage = -1, $recipient = 'all');
+    abstract protected function getMarked($recipient = 'all');
+    abstract protected function numRows();
+    abstract protected function getMail($id);
+    abstract protected function setCharset($charset = 'utf8');
+    abstract protected function update($sql);
 }
This page took 0.033987 seconds and 5 git commands to generate.