I am currently learning the basics of MVC. I am running into a php fatal error with the code below. The error states
Can't use method return value in write context
. How can I fix this?
$module = empty( $uri->fragment(0) ) ? 'index' : $uri->fragment(0);