PHP Classes

File: resources/test2.php

Recommend this page to a friend!
  Classes of Bruno Henrique Ferreira de Oliveira   PHP Beans Brazilian Feijoada   resources/test2.php   Download  
File: resources/test2.php
Role: Class source
Content type: text/plain
Description: Test 2.
Class: PHP Beans Brazilian Feijoada
Encapsulate several objects in one like Java Beans
Author: By
Last change: uploading files
Date: 7 years ago
Size: 299 bytes
 

Contents

Class file image Download
?<?php

test2
::aaa();

class
test2 {
           
public
$att5="Text";

#ManagedBean
public $att6=169454;

#ManagedBean
public $att7=40.96;

public
$att8=true;

#ManagedBean
public $attx="AAA";

private
$not2="not share";

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

}

?>