Category:Library -> View | Category:Library -> Community IntroductionThis is a cake-like layout/view system… Source/application/libraries/Layout.php <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); class Layout { var $obj; var $layout; function Layout($layout = "layout_main") { $this->obj =& get_instance(); $this->layout = $layo