FRED™  3.0
FRED™: Framework for Rapid and Easy Development
Table.php
Go to the documentation of this file.
1 <?php
2 
4 
5 class Table extends Char{
6 
7  public function render($value = null,$raw = false){
8  $this->_widget->expect('records');
9  $this->_widget->expect('totals');
10  return $this->renderHidden($value,$raw);
11  }
12 
13 }
render($value=null, $raw=false)
Definition: Table.php:7