-
Notifications
You must be signed in to change notification settings - Fork 39
Trait Singleton
Anton edited this page Jan 25, 2014
·
3 revisions
Реализация патерна Singleton
namespace Application;
class My {
use Singleton;
}
$my = My::getInstance();
Acl
Application
Auth
Cache
Common
— Exception
— Collection
— Container
— Helper
— Options
— Singleton
Config
Controller
— Data
— Mapper
—— Crud
—— Rest
— Reflection
Crud
— Crud Table
Db
— Row
— Table
— Relations
— Query
Debug
EventManager
Grid
Http
Layout
Logger
Mailer
Messages
Nil
Proxy
Registry
Request
Response
Router
Session
Translator
Validator
View