PHP Indonesia - Facebook | PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ | |
baru kali ini belajar CI ini juga ngetik dibuku ta... Jul 20th 2013, 19:10, by Hambali Husnul Khuluk | baru kali ini belajar CI ini juga ngetik dibuku tapi ko eror yah newbie banget. #m_hellomethod.php <?php class m_hellomethod extends CI_Controller{ function index(){ $this->load->model("m_hello"); $data=array(); $data["halo"]=$this->m_hello->katakata(); $this->load->view("v_hello".$data); } } ?>
#m_hello.php <?php class m_hello extends CI_Model{ var $halo="husnul khuluk"; function katakata(){ $kalimat=$this->halo."nama saya hambali"; return $kalimat; } } ?>
#v_hello.php <html> <head> <title>Hallo Word</title> </head> <body> <?php echo $halo ;?> </body> </html>
dibrowser muncul "Unable to load the requested file: v_helloArray.php" kenapa gk ke load yah gan. |
| | itu fille "v_helloarray.php" nya ad ngga? coba cek routers nya.. arah pertamnya ke "m_hellomethod" ga.. CI 2 klo ga salah di dalam function ad tambahannya lagi tuh.. tp ane lupa hhooo.. Peace deh akh.. |
| | ahaha udah bisa gan ane salah ktik harus nya pake koma ane malah pake titik. $this->load->view("v_hello".$data); harusnya $this->load->view("v_hello",$data);
hehehehe #makasih udah komen. |
| | Fachry Tramp mau membantu mungkin | | |
|
Tidak ada komentar:
Posting Komentar