Kamis, 06 April 2017

Membuat dropdown dari Group by DB

<?php echo $this->Form->input('group_id', array('class' => 'form-control', 'label' => false, 'onchange' => 'this.form.submit()')); ?>
$groups = $this->User->Group->find('list');
        $this->set(compact('groups'));

$lokers = $this->User->Loker->find('list',array('conditions'=>array('Loker.status'=>'1')));


public $belongsTo = array(
'Group' => array(
'className' => 'Group',
'foreignKey' => 'group_id',
'conditions' => '',
'fields' => '',
'order' => ''
),
Read More

Rabu, 05 April 2017

Include Model lain dalam cakephp dan Juga Layout

$this->loadModel("Lppm");
$this->layout = 'ajax';
Read More
Powered By Blogger · Designed By asadly.tk