Senin, 12 Agustus 2013

PHP Indonesia - Facebook: kenapa class fungsi di ControllerLogin tdk terbac...

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/ 
kenapa class fungsi di ControllerLogin tdk terbac...
Aug 12th 2013, 10:37, by Asep Kurniawan

Asep Kurniawan 10:37am Aug 12
kenapa class fungsi di ControllerLogin tdk terbaca y???? mhn bantuannya...
,<?php
class fungsi {
private $koneksi;
public function __construct()
{
$this->koneksi = mysql_connect("localhost","root","");
mysql_select_db("dbkrs");
}
protected function select()
{
...............................
}
}
?>
<?php
class ControllerLogin extends fungsi { // fungsi tdk terbaca
public function __construct() {
parent::__construct();
}
function index() {
$nim = $_POST['nim'];
$password = $_POST['password'];
..........
}

}
?>

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