mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@793 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da1fe7f3b1
commit
2b97664ba0
13 changed files with 83 additions and 87 deletions
|
|
@ -4,10 +4,10 @@
|
|||
* @author zero (zero@nzeo.com)
|
||||
* @brief Request Argument/환경변수등의 모든 Context를 관리
|
||||
*
|
||||
* Context 클래스는 Context::methodname() 처럼 쉽게 사용하기 위해 만들어진 객체를 받아서\n
|
||||
* 호출하는 구조를 위해 이중 method 구조를 가지고 있다.\n
|
||||
* php5에서 static variables를 사용하게 된다면 불필요한 구조를 제거할 수 있다.\n
|
||||
* php5 쓰고 싶어라.. ㅡ.ㅜ
|
||||
* Context 클래스는 Context::methodname() 처럼 쉽게 사용하기 위해 만들어진 객체를 받아서
|
||||
* 호출하는 구조를 위해 이중 method 구조를 가지고 있다.
|
||||
* php5에서 static variables를 사용하게 된다면 불필요한 구조를 제거할 수 있다.
|
||||
* php5 쓰고 싶당.. ㅡ.ㅜ
|
||||
**/
|
||||
|
||||
class Context {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue