summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-12 15:29:16 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-12 15:29:16 +0100
commit802953234f0b7669333807aaa3f2318778cde187 (patch)
tree11d1f9912b8ca0cfceb3dc5a494d936704183bb5 /system/libraries/Table.php
parent997c0da672a5483fd88fe96272004a13ad510cd4 (diff)
Just some cleanup in the Table class
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r--system/libraries/Table.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index ceda6f323..99d001ce5 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -25,8 +25,6 @@
* @filesource
*/
-// ------------------------------------------------------------------------
-
/**
* HTML Table Generating Class
*
@@ -49,18 +47,16 @@ class CI_Table {
public $empty_cells = '';
public $function = FALSE;
- // --------------------------------------------------------------------------
-
/**
* Set the template from the table config file if it exists
- *
+ *
* @param array $config (default: array())
* @return void
*/
public function __construct($config = array())
{
- log_message('debug', "Table Class Initialized");
-
+ log_message('debug', 'Table Class Initialized');
+
// initialize config
foreach ($config as $key => $val)
{