webroot/specified-table.php 1 location
|
@@ 86-88 (lines=3) @@
|
83 |
|
], |
84 |
|
'column4' => [ |
85 |
|
'title' => 'Table Header 4', |
86 |
|
'function' => function($link) { |
87 |
|
return '<a href="'. htmlentities($link, null, 'UTF-8') . '">' . "Google" . '</a>'; |
88 |
|
} |
89 |
|
], |
90 |
|
'column6' => [ |
91 |
|
'title' => 'Table Header 6', |
webroot/table-anax-mvc.php 1 location
|
@@ 100-102 (lines=3) @@
|
97 |
|
], |
98 |
|
'column4' => [ |
99 |
|
'title' => 'Table Header 4', |
100 |
|
'function' => function($link) { |
101 |
|
return '<a href="'. htmlentities($link, null, 'UTF-8') . '">' . "Google" . '</a>'; |
102 |
|
} |
103 |
|
], |
104 |
|
'column6' => [ |
105 |
|
'title' => 'Table Header 6', |