Finally, Opendelight is out! Also, people have started to download the framework and have use it.
(more…)
Finally, Opendelight is out! Also, people have started to download the framework and have use it.
(more…)
RBAC stands for Role-Based Access Control. The basic concept of the scheme is that it separates user’s attributes (roles) and user’s action of the system (actions/methods). In the whole process, the attributes are independently bound to a set of privileges of the system or application.
Revision to 1.0 released.
A new set of recommendations have been proposed to make the PHP application development quicker. User authentications and security issues have been taken into account.
The framework has been simplified further if you compare with the previous version:
Now we are building a sample application (in the line of current recommendations) demonstrating the power and flexibility of the framework.
Adopting MVC, Model-View-Controller, to create a PHP programming framework always looks straight-forward. It is a successful design pattern (a set of general rules regulating the program design and implementation process to achieve a programming task). Again, the design of PHP language encourages MVC pattern — look at the documents at http://www.zend.com/php5/zend-engine2.php for further details. So, we adopt MVC – it is as simple as that.