Author: Manuel Lemos
Posted on: 2018-12-11
Categories: Notable Packages
Sometimes it is convenient to use the same components of a MVC framework during the execution of the same PHP script.
This package uses the Multiton design pattern to make that possible by creating named instances of each component of the PureMVC framework, allowing 2 or more instances of the components to be used in parallel.
Read this article to learn more details about how this notable PHP package works.
This package uses the Multiton design pattern to make that possible by creating named instances of each component of the PureMVC framework, allowing 2 or more instances of the components to be used in parallel.
Read this article to learn more details about how this notable PHP package works.
The package Pure MVC PHP Multicore Framework is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: MVC framework that implements multiton pattern
Here follows in more detail what it does:
This package is a MVC framework that implements multiton pattern.
It provides classes that can be used to implement Model View Controller based Web applications.
The package uses the Multiton design pattern similar to using the Signgleton Design Pattern to allow multiple instances of each class to run under different names for each instance.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: MVC framework that implements multiton pattern
Here follows in more detail what it does:
This package is a MVC framework that implements multiton pattern.
It provides classes that can be used to implement Model View Controller based Web applications.
The package uses the Multiton design pattern similar to using the Signgleton Design Pattern to allow multiple instances of each class to run under different names for each instance.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
Login Immediately with your account on:
Comments:
No comments were submitted yet.