|
Left Column: Text
|
|
This site is powered by NukeLayout PHP Class
|
|
|
|
|
|
Article #1 of NukeLayout Class Demo
|
|
NukeLayout Class is PHP class that allow you to develop web pages that look and feel like PHPNuke. With out the need for a database and alot of programming...
This class allows you to focus on content!
Demo Latest Code base 1.1
Now with color theme support! Built in color themes will display randomly..
|
|
|
Article #2 Ease of Use
|
The class is very easy to use....
It's design allows for the following examples
-
Intranet Portal where non-techinal are going to be responsible for the content.
-
ISPs that don't provide database access can make it available to their clients, allowing them to deploy personal/Business Web Portals.
-
Anyone wanting to deploy a non database driven portal can use this class
-
...
Without a lot of effort...
|
|
|
Creating a global include file for your site..
|
Standard begin of php script... I would recommend that you use the <?php method
because if php was configured using the --disable-short-tags which doesn't allow <?
it breaks the code...
<?php
Include the class
require ("nukelayoutclass.php");
Create a new layout
$mypage = new nukeLayout;
Set variable that are going to be system wide..
$mypage->nukelayoutSitename = "NukeLayout Class";
$mypage->nukelayoutpageTitle = "NukeLayout PHP Class";
$mypage->nukelayoutLogo = "nukelayout.jpg";
$mypage->nukelayoutmenuLink_array = array(
"HOME"=>"./",
"Developers Site"=>"rhttp://www.pccs-linux.com/");
?>
|
|
|
|
|
|
Lang: PHP
|
|
|
|