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
img | Name | Episodes | Type | Score |
"image" | = $item->title ?> | = $item->episode_count ?> | = $item->view_type ?> | = $item->mal_score ?> |
=$this->Paginator->paginate(array('separator' => '', 'action' => 'index/anime')); ?>