PHP Classes

File: resources/test3.php

Recommend this page to a friend!
  Classes of Bruno Henrique Ferreira de Oliveira   PHP Beans Brazilian Feijoada   resources/test3.php   Download  
File: resources/test3.php
Role: Class source
Content type: text/plain
Description: Test 3.
Class: PHP Beans Brazilian Feijoada
Encapsulate several objects in one like Java Beans
Author: By
Last change: Example with database feature added.
Date: 7 years ago
Size: 303 bytes
 

Contents

Class file image Download
?<?php

test3
::aaa();

class
test3 {
           
#ManagedBean
public $att9="Other Text";
public
$att10=3848488848;
public
$att11=851.961121;
#ManagedBean
public $att12=false;

private
$not2="not share";

public static function
aaa(){
$beans=new beans();
$beans->DAO("mydb.sql");
}

}

?>