Last active
August 29, 2015 14:14
Revisions
-
fikiwan revised this gist
Jan 31, 2015 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ <?php $this->Session->setFlash( __('Silahkan Klik Link untuk Melanjutkan: ') ,'pesan_links', array( // pesan_link adalah nama file di /app/View/Elements/pesan_links.ctp 'link_Kata' => 'Goo Here', // Sesuai dengan yang dibuat di file pesan_links.ctp 'link_url' => array( // Sesuai dengan yang dibuat di file pesan_links.ctp lalu ditambah alamat linknya 'controller' => 'lanjutkan', 'action' => 'index'))); // DIRECTORY :: /app/Controller/YourController.php -
fikiwan created this gist
Jan 31, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <?php $this->Session->setFlash( __('Silahkan Klik Link untuk Melanjutkan: ') ,'pesan_links', array( // pesan_link adalah nama file di /app/View/Elements/pesan_links.ctp 'link_Kata' => 'Goo Here', // Sesuai dengan yang dibuat di file pesan_links.ctp 'link_url' => array( // Sesuai dengan yang dibuat di file pesan_links.ctp lalu ditambah alamat linknya 'controller' => 'lanjutkan', 'action' => 'index'))); // DIRECTORY :: /app/Controller/YourController.php