Thursday 8 December 2016

Dwoo : Concat String

Untuk concat string di Dwoo, yang harus diperhatikan adalah penggunaan tanda kutip yang tepat :

  {assign "`$idwriter`.`$paragraph.questionkodeparagraf`" id_paragraf}

Referensi


  1. Smarty local variable concatenation with string, http://stackoverflow.com/questions/11144406/smarty-local-variable-concatenation-with-string

Monday 7 November 2016

Ajax Response

Status : Draft

Kohana 2.4 


Untuk Kohana 2.4, di controller nya kita dapat menggunakan cara berikut :

$this->template  = new View("course/list");
$this->theme    = false ;