Welcome Guest, Not a member yet? Register   Sign In
yield implementation in codeigniter template engine
#1

Hello,

Recently i have newly setup the "yiled" for templating in layout of codeigniter using hook.

But i am facing the below error when i set the "yiled"  variable in my view.

Quote:(Fatal error: The "yield" expression can only be used inside a function in /views/layouts/default.php on line 48)

if u have any solution for same then reply me as soon as possible.
Reply
#2

http://php.net/manual/en/language.genera...ures.yield

yield is a keyword in PHP 5.5+. It was used by some template libraries as a method/property prior to PHP 5.5, but most of those which are still maintained have been updated to remove the use of yield to avoid this conflict.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB