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 : Object with Label 
and TextBox

Tutorials

>

Tutorial Object

>

Tutorial : Object with Label and TextBox


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

Tutorial : Object with Label and TextBox:

my label


Go back to tutorial of the componant Object



Source code

Source code


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

<?php
class Object01 extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Tutorial : Object with Label 
                                and TextBox"
;
        
        
$this->render = new WSPObject();
        
$this->render->add(new Label("my label"true), 
                            new 
TextBox($this));
    }
}
?>


Go back to tutorial of the componant Object


Share

 


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