Pemrograman Berorientasi Platform Pemrograman Web dengan OOP (PHP 5.0) Ramos Somya, S.Kom., M.Cs.
PHP 5.0 Sama seperti PHP yang dipelajari di matakuliah Pengembangan Web. Server Side Scripting butuh server PHP5 OOP
OOP (Object Oriented Programming) Object-oriented programming is a style of coding that allows developers to group similar tasks into classes. This helps keep code following the tenet "don't repeat yourself" (DRY) and easy-to-maintain. sumber: http://code.tutsplus.com/tutorials/object -oriented-php-for-beginners--net-12762
Object & Class
Class dalam PHP
Class & Object dalam PHP
Class Properties
Class Method
Latihan Buatlah sebuah class dengan nama Product
...
Inheritance
...
Latihan... Buatlah kalkukator sederhana dengan memanfaatkan PHP 5.0 (OOP)!
CRUD Data dengan PHP 5 - MySQL