WebSite-PHP Framework PHP
Multi langues
Mode Ajax simple
Aucun HTML, aucun JavaScript
URL rewrinting
Envoi d'email
Sitemap - RSS - Web service
Télécharger le Framework WebSite-PHP maintenant
 


Loading
 


Tutorial : Object with Label 
and TextBox

Tutoriels

>

Tutoriel Object

>

Tutorial : Object with Label and TextBox


Object-01: Tutoriel du composants Object du FrameWork PHP WebSite-PHP.

Tutorial : Object with Label and TextBox:

my label


Retourner aux tutoriels du composants Object



Code source

Code source


Fichier: /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));
    }
}
?>


Retourner aux tutoriels du composants Object


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Accueil Documentation Télécharger Quick start Tutoriels Wiki Issue Tracker