Welcome Guest, Not a member yet? Register   Sign In
Does CI have helper for frameset?
#1

[eluser]suba[/eluser]
Hi all,
I wan to use <frameset >
Does Ci have any helper for this?

how can I set source file for frame using CI?
Example:
----------
Code:
<frame namr="frm" src="">//source file is inside in view folder: view/header/content.php
//frame set file is also inside in View/header/frame.php

How can I load this source file in frame?
#2

[eluser]WanWizard[/eluser]
Framesets are so 90's, and deprecated. They will be obsolete in HTML5.
#3

[eluser]cahva[/eluser]
Yeah, frames sucks ass bigtime. If you intend to use frames... ... well dont Smile That being said, frames src attribute you set the url just like anywhere else. It will load the page you want to that frame. So you just create the controller as usual(load the views in controller).

But really.. frames? Smile




Theme © iAndrew 2016 - Forum software by © MyBB