Ratings | | Unique User Downloads | | Download Rankings |
Not enough user ratings | | Total: 119 | | All time: 9,419 This week: 152 |
|
Description | | Author |
This class can encapsulate several objects in one like Java Beans.
The preparation class can load and parse a XML file with the path WEB-INF/web.xml and loads other dependency classes to instantiate the respective objects.
The beans class may call the preparation class passing the current application scope.
The code and comments are in Portuguese. In Portuguese:
Uma implementação em PHP simulando Javabeans. Ver README. Innovation Award
 May 2016
Number 7
Prize: One copy of the Zend Studio |
Java Beans are classes that encapsulate multiple objects in a single Bean class.
This package provides a PHP implementation of Java Beans.
It can parse configuration files to determine what dependency classes need to be loaded and instantiated.
Manuel Lemos |
| |
 |
|
Innovation award
 Nominee: 3x
Winner: 1x |
|
Details
?=============Brazilian Feijoada for PHP=============
Introduction
A PHP implementation of Java Beans.
-All classes can be used as dependency;
-All attributes with the managed bean notation can be acessed from client-side.
Requirements
-PHP 7;
-JQuery 2.2.1.
Usage
Instalation.
-Configure the class, file and path in web.xml.
-In html file loadind beans.js use the following sintax in any part (except head):
{request@class-name.attribute-name}
{request@class-name.array-name.key}
{request@class-name.array-name.key.key}
To do.
-Development of all scopes of Java bean.
License
-In the license file.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.