강의

멘토링

커뮤니티

Inflearn Community Q&A

No author

This post's author information has been deleted.

PHP 7+ Programming: Object-Oriented

26 - Routing (Route, Middleware, RequestContext)

url Parttern Parts 가 무슨뜻인가요?

Written on

·

339

0

url Parttern Parts 가 무슨뜻인가요?

혹시 패턴 말씀하시는건가요? 아니면 parttern이라는 용어가 따로 있나요?

Path도 패치라고 하셔서 단어들이 좀 많이 헷갈리네요..ㅜㅜ

phpoop

Answer 1

0

pronist님의 프로필 이미지
pronist
Instructor

안녕하세요. 제 영어공부가 부족하여 발음이 부정확한점 양해 부탁드립니다. 말씀하신대로 패턴(Pattern)을 의미하는 것이 맞습니다. 강의의 변수의 이름이 틀린 것이 맞습니다.

예제코드를 참고해서 보시면 더 나은 결과를 얻으실 수 있습니다.

https://github.com/php-courses-inflearn/php7-oop/blob/main/ch5/src/Routing/RequestContext.php#L53

image

No author

This post's author information has been deleted.

Ask a question