styles($this->html->style('pagination'));
//table helper
function table($data, array $headers = array(), array $options = array()) {
//Create the table
echo '
Search options
= $this->form->create(null, array('method' => 'get')); ?>
= $this->form->field('search', array('type' => 'textbox', 'class' => 'sidebar-search', 'style' => 'width:200px')); ?>
= $this->form->label('type', 'For:'); ?>
= $this->form->select('type', array('Anime' => 'Anime',
'Manga' => 'Manga',
'Kdrama' => 'Kdrama')); ?>
= $this->form->submit('Search', array('style' => 'width: 100px')); ?>
= $this->form->end(); ?>
Search Results
=$this->Paginator->paginate(array('separator' => '', 'action' => 'index/anime')); ?>