: : 미유의 개인사정

뒤로 검색

slimframework singleton 지원

2015/03/24 11:29

오호~ slimframework 이 좋아지고 있다.
언제부턴인가 싱글톤도 지원을 하네..ㅋㅋ

class TestTest {
 public function test() {
  echo "a";
 }
}
$app->container->singleton('test', function () {
 return new TestTest();
});
print_r($app->test->test());
exit;


편리하도다~

이 페이지는 Textcube 1.10.10 : Tempo primo 로 구동됩니다 데스크탑 화면