CodeIgniter Forums
rpg layout with CI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: rpg layout with CI (/showthread.php?tid=16401)



rpg layout with CI - El Forum - 03-05-2009

[eluser]Unknown[/eluser]
Hi guys,
I've been messing around with CI and i think it's a real great lightweight framework.
Now i'm planning to make an rpg using CI.
I used to use my layouts like this
Code:
<?php
require('top.php');

//Here the contents of the page

require('bottom.php');
?>
Now, how can i do this in CI?

Thx in advance!
Greetz, maigel.


rpg layout with CI - El Forum - 03-05-2009

[eluser]pistolPete[/eluser]
http://ellislab.com/forums/viewthread/106729/
http://ellislab.com/forums/viewthread/100503/
http://ellislab.com/forums/viewthread/100620/
http://ellislab.com/forums/viewthread/100620/
http://williamsconcepts.com/ci/codeigniter/libraries/template/


rpg layout with CI - El Forum - 03-05-2009

[eluser]Unknown[/eluser]
Thx mate, thats a nice collection you gave me there.

It will sure help me! Smile