2014-04-12 09:44:38
            <?php
                    $menu = ClassRegistry::init('Articlecategory');
                    $cates = $menu->find('all');
                    $options = array();
 
 
                    foreach ($cates as $value) {
                      $options[] =  array('name' => $value['Articlecategory']['name'], 'value' => $value['Articlecategory']['id']);
                         }
 
 
 
 
                     echo $this->Form->input('articlecatid', array('type'=>'select', 'options'=>$options,'label' => __('',true).'' ));
                    ?>
Invalid Email or Password