示例#1
0
 public function setupTheme($theme = 'defsault', $layout = 'default')
 {
     $this->theme = Theme::uses($theme)->layout($layout);
     Former::framework('TwitterBootstrap3');
     Former::config('fetch_errors', true);
     Former::config('push_checkboxes', true);
 }