rhymix/classes
Kijin Sung 3f3f270fda Reduce warnings due to undefined variables in templates
- 템플릿에서 변수를 단순 참조할 경우 ?? '' 를 붙여 워닝 방지
- 함수 호출이나 복잡한 문법 안에 들어간 변수까지 처리해 주지는 않음
- 불필요한 오류 메시지를 줄여서 정말 중요한 오류를 찾기 쉽도록
2023-01-17 00:00:34 +09:00
..
cache 주석의 잘못된 리턴타입 변경 2021-04-16 16:40:13 +09:00
context Fix deprecation notices in PHP 8.2 #2064 2023-01-16 21:24:59 +09:00
db Convert DB class into an alias of Rhymix\Framework\DB, instead of extending it 2022-12-26 01:00:25 +09:00
display Fix deprecation notices in PHP 8.2 #2064 2023-01-16 21:24:59 +09:00
editor Fix warnings in PHP 8.0 related to editor components 2021-02-09 01:21:53 +09:00
extravar Fix #2046 empty value in edit form when '0' is entered into extravar field 2022-12-17 23:34:28 +09:00
file Fix #2063 incorrect path to cacert.pem 2023-01-12 00:18:25 +09:00
frontendfile Remove support for targetie attribute on assets 2022-12-28 00:35:57 +09:00
handler copyright add to php files 2013-11-08 05:52:51 +00:00
httprequest Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
mail Use egulias/EmailValidator to validate email addresses 2018-10-18 14:16:12 +09:00
mobile Fix warning in PHP 8.0 if user-agent header is missing 2021-01-28 23:14:48 +09:00
module Fix deprecation notices in PHP 8.2 #2064 2023-01-16 21:24:59 +09:00
object Remove Object alias for BaseObject 2022-12-23 02:04:11 +09:00
page Fix deprecation notices in PHP 8.2 #2064 2023-01-16 21:24:59 +09:00
security Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
template Reduce warnings due to undefined variables in templates 2023-01-17 00:00:34 +09:00
validator Fix deprecation warnings in PHP 8.2 2023-01-16 22:42:04 +09:00
widget copyright add to php files 2013-11-08 05:52:51 +00:00
xml Fix deprecation warnings in PHP 8.2 2023-01-16 22:42:04 +09:00