Sabtu, 26 Oktober 2013

PHP Indonesia - Facebook: Lagi coba2 belajar php framework codeigniter nih. ...

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

Rudi Liu 7:35am Oct 26
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;
?>

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