rhymix/modules/module
Kijin Sung 84e5542d77 Remove unnecessary use of BaseObject
- 트리거 등 반환값이 필요하지 않은 곳에서 new BaseObject()를 반환하는 것 삭제
- 모듈 설치, 업데이트 후 무의미한 new BaseObject()를 반환하는 것 삭제
- 사용자에게 에러 메시지를 돌려주는 용도로 new BaseObject(-1, '에러메시지')를
  사용하는 경우는 대부분 $this->setError()로 변경함. 언어 변환과 sprintf()
  처리까지 한 번에 이루어지므로 이쪽이 더 편리함.
2017-12-01 00:54:51 +09:00
..
conf 잘못된 퍼미션 변경 2017-04-17 13:30:34 +09:00
lang Add option to use PC skin as mobile skin, too 2017-07-01 20:25:10 +09:00
queries kind가 admin이 아닐 경우 (ex. *.controller.php) 확장 모듈로 등록할 수 없는 문제 수정 2017-11-27 21:27:28 +09:00
ruleset Close Connection when there is no connection value. 2013-09-25 15:29:32 +00:00
schemas Change data type of module_config.config to bigtext 2017-11-27 13:03:47 +09:00
tpl fix #2142 onclick이 사용된 새 창 열기를 target 속성으로 변경 2017-09-11 18:21:16 +09:00
module.admin.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module.admin.model.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module.admin.view.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module.class.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module.controller.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module.mobile.php copyright add to php files 2013-11-08 05:52:51 +00:00
module.model.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00
module.view.php Remove unnecessary use of BaseObject 2017-12-01 00:54:51 +09:00