Sabtu, 20 Juli 2013

PHP Indonesia - Facebook: baru kali ini belajar CI ini juga ngetik dibuku ta...

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

Hambali Husnul Khuluk 7:10pm Jul 20
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.

Rahman Sani 7:17pm Jul 20
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..

Hambali Husnul Khuluk 7:18pm Jul 20
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.

Hambali Husnul Khuluk 7:19pm Jul 20
Fachry Tramp mau membantu mungkin

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar