Rabu, 21 September 2011

PHP : Membuat Class dengan style PHP 5.x

Untuk yang pernah baca artikel saya sebelumnya yang mengenai pembentukan class dalam php, berikut ini cara penulisan class untuk php5.

Perbedaan yang paling mencolok adalah pada constructor.

di php 4 kita menulisnya dengan cara ini : (nama constructor = nama class )




<?php


//php4
class mobil
{
function mobil()
{
//inisialisasi kode
}
}

?>



di php 5 kita menulisnya dengan cara ini : ( constructor = function dengan nama _Construct )



<?php

//php5
class mobil
{
function __Construct()
{
//inisialisasi kode
}
}

?>



Ok. Happy Coding!

2 komentar:

  1. The blog was absolutely fantastic! Lots of great information and
    inspiration, both of which we all need!b Keep 'em coming... you all do
    such a great job at such Concepts... can't tell you how much I, for
    one appreciate all you do!

    BalasHapus
  2. Best bets for soccer today - Sports Toto
    Today, we're worrione going to 토토사이트 tell 바카라사이트 you a few key to checking into soccer betting apps. of the most popular soccer betting options and which https://deccasino.com/review/merit-casino/ ones will

    BalasHapus

Isi Komentar / Pertanyaan