WebSite-PHP Framework PHP
Multi language
Simple Ajax mode
No HTML, no JavaScript
URL rewriting
Mail sending
Sitemap - RSS - Web service
Download WebSite-PHP FrameWork now
 


Loading
 


Tutorial : Simple Table

Tutorials

>

Tutorial Table

>

Tutorial : Simple Table


Table-01: Tutorial of the composant Table of the PHP FrameWork WebSite-PHP.

Tutorial : Simple Table:

row1 col1 row1 col2
row2 col1 row2 col2
row2 col1 row3 col2


Go back to tutorial of the componant Table



Source code

Source code


File: /pages/tutorials/table/table-01.php

<?php
class Table01 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Simple Table";
        
        
$this->render = new Table();
        
$this->render->setBorder(1);
        
$this->render->addRowColumns("row1 col1""row1 col2");
        
$this->render->addRowColumns("row2 col1""row2 col2");
        
$this->render->addRowColumns("row2 col1""row3 col2");
    }
}
?>


Go back to tutorial of the componant Table


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Home Documentation Download Quick start Tutorials Wiki Issue Tracker