helo tee,
i have tried your theme library to my app.
As shown on your example code, an error occurred when action returning $theme->of(), but working when returning $theme->render().
And since main place is not always named "content", direct injecting content of main place to array $this->region['content'] is not elegant solution i think.
Achievements
19
Karma
0
Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Forked
Have a project valued enough to be forked by someone else
helo tee,
i have tried your theme library to my app.
As shown on your example code, an error occurred when action returning
$theme->of()
, but working when returning$theme->render()
.And since main place is not always named "content", direct injecting content of main place to array
$this->region['content']
is not elegant solution i think.