Rabu, 24 Juli 2013

PHP Indonesia - Facebook: gan ane mau nanya OOP itu apa ya???

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/ 
gan ane mau nanya OOP itu apa ya???
Jul 24th 2013, 14:45, by Dul Si Abdul

Dul Si Abdul 2:45pm Jul 24
gan ane mau nanya OOP itu apa ya???

Zafran Fadilah 2:46pm Jul 24
bentar ane panggil mbah google dulu..

Ruli Armando 2:47pm Jul 24
Object Oriented Programming

Dody Agung Saputro 2:47pm Jul 24
coba buka ini gan http://x.co/1QqVA

Zafran Fadilah 2:49pm Jul 24
nah itu

Bye Webster 2:53pm Jul 24
Out Of Programming.. >:D~

Lalaaki RaHeut HatéNa 2:56pm Jul 24
kasih contohnya gan

Bye Webster 2:58pm Jul 24
oop, cuman pengkelasan.. di tiap kelas punya function, dan contohnya, ada kelas dao, dan kelas dao itu punya function yang bisa dipake di lain kelas.. ;)

Bhie Phratama 3:00pm Jul 24
<?php
class a{
public $nama;
public $alamat;
function tes(){
echo "nama saya : $this->nama </br>";
echo "alamat saya :$this->alamat";
}
}
$objA=new a();

$objA->nama="saya";
$objA->alamat="...";

$objA->tes();

?>

Apalah Arti Sebuah Nama 3:35pm Jul 24
contoh'a kita pk code igniter framework,,

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