FUEL CMS Forum
Discussions
Activity
Home
›
FUEL CMS News
›
News & Announcements
Sign In
·
Register
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
3.3K
All Categories
255
FUEL CMS News
112
News & Announcements
101
Share
273
Support
115
Bug Reports
90
Installation
242
Development
68
Feature Requests
117
Modules
CRITICAL SECURITY VERSION UPDATE:
https://github.com/daylightstudio/FUEL-CMS/releases/tag/1.4.13
how to pass a variable to page via controller ?
alaatekleh
June 2014
edited June 2014
in
News & Announcements
I need a way to pass variable such as $data[domain]="example.com" to page via controller I tried
$this->fuel->pages->render("pagename",$data);
but it generate an error in view
Comments
admin
June 2014
edited 7:06AM
That's how you do it. What's the error in the view?
alaatekleh
June 2014
edited 7:06AM
that was spell error I write it in view as $domian
thank you so much for your interest
Sign In
or
Register
to comment.
Forum Software Powered by Vanilla
Comments
thank you so much for your interest