PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Daniel Afonso Heisler   FloatObjects   index.php   Download  
File: index.php
Role: ???
Content type: text/plain
Description: example file
Class: FloatObjects
Class to create float objects
Author: By
Last change:
Date: 22 years ago
Size: 786 bytes
 

Contents

Class file image Download
// // example file // <html> <body> <? require_once("float_objects.php"); $tabela = new ScrollSpam(); $tabela->CreateLine(); $tabela->AddSpam('Daniel',2); $tabela->AddSpam('Teste'); $tabela->BreackLine(); $tabela->CreateLine(); $tabela->AddSpam('Name'); $tabela->AddSpam('Label'); $tabela->AddSpam('<img src="gnudata.png.png">'); $tabela->BreackLine(); $tabela->FinishSpam(); ?> <br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br> <br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br> <br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br><br>teste<br>teste<br> </body> </html>