rhymix/classes
SMaker 8cf12f63b8 Router class 개선 및 오류 수정
- RewriteRule의 break 문법 지원
-- Apache RewriteRule의 [L] 플래그
-- Nginx RewriteRule의 break 문법

-성능 이슈 및 deprecated 이슈로 preg_replace() 대신에 substr_compare() 함수와 substr()
함수를 이용하여 동작하도록 개선

ps. preg_replace() 함수의 /e modifier가 PHP 5.5에서 deprecated 처리됨

- URI Segment가 1개인 경우 해당 Segment를 Unset 하던 오류 수정
2014-08-16 23:19:18 +09:00
..
cache fix #489 APC cache가 삭제되지 않는 문제 수정 2014-03-12 16:35:45 +09:00
context Merge branch 'feature/router' into develop 2014-08-07 17:01:30 +09:00
db fix #416 PHP 5.3.6 이상에서만 사용 가능한 상수 제거 2014-03-12 16:46:54 +09:00
display #912 delete 'Meta' comment even if http protocol is wrote 2014-08-16 11:45:23 +09:00
editor copyright add to php files 2013-11-08 05:52:51 +00:00
extravar Revert "remove spaces in checkbox, radio, select types inputbox" 2014-04-15 17:19:31 +09:00
file #904 autoinstall without ftp 2014-08-12 15:35:51 +09:00
frontendfile fix #623 오타 수정 2014-04-04 19:11:02 +09:00
handler copyright add to php files 2013-11-08 05:52:51 +00:00
httprequest #715 https 처리 할 수 있도록 수정, deprecated 표시 2014-05-15 11:55:36 +09:00
mail copyright add to php files 2013-11-08 05:52:51 +00:00
mobile copyright add to php files 2013-11-08 05:52:51 +00:00
module 사용되지 않는 getModel 삭제 2014-08-05 11:11:09 +09:00
object fix typo 2014-07-08 13:50:08 +09:00
page copyright add to php files 2013-11-08 05:52:51 +00:00
router Router class 개선 및 오류 수정 2014-08-16 23:19:18 +09:00
security remove mncast profile 2014-04-07 22:08:34 +09:00
template __DEBUG__가 1일때만 file 캐시 사용시 eval 2014-05-29 11:31:28 +09:00
validator fix #480 class_exists()의 autoload 비활성 2014-03-12 16:39:35 +09:00
widget copyright add to php files 2013-11-08 05:52:51 +00:00
xml #862 escapeValue()에서 foreach로 처리되록 수정 2014-07-25 18:27:59 +09:00