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. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ | |
 | Book your hotel early for a discount!
You can reap the rewards with great discounts at participating Pullman, M Gallery, Grand Mercure, Novotel, Mercure, ibis and Formule 1 hotels.  | From our sponsors | | |
Lagi coba2 belajar php framework codeigniter nih. ... Oct 26th 2013, 07:35, by Rudi Liu | Lagi coba2 belajar php framework codeigniter nih. tp ini kenapa aku coba pass parameter, page nya blank ya? ga ada yg terprint. http://localhost:888/CodeIgniter_2/index.php/hello/you
ada yg salah dengan code nya?
controller/hello.php : <?php class Hello extends CI_Controller { var $name; function Hello () { parent::CI_Controller(); $this->$name='Test'; } function you () { $data['name']= $this->$name; $this->load->view('helloview', $data); } } ?>
view/helloview.php : <?php echo "Hello World, I am ".$name; ?> | | |
|
Tidak ada komentar:
Posting Komentar