Exemplo n.º 1
0
 /**
  * Construct the object
  * @param string $url
  */
 public function __construct($url = null)
 {
     $this->url = $url;
     $this->panel = new Panel();
     $this->panel->footer('');
     $this->panel->addClass('x-panel-remote');
     $this->table = new Table();
     $this->table->addClass('x-table-remote');
 }