PHP Classes

File: widgets/LINEWRITER.html

Recommend this page to a friend!
  Classes of Jose Maria Rodriguez Millan   Siviglia Templating   widgets/LINEWRITER.html   Download  
File: widgets/LINEWRITER.html
Role: Example script
Content type: text/plain
Description: sample widget
Class: Siviglia Templating
Template engine that uses PHP as template language
Author: By
Last change:
Date: 14 years ago
Size: 173 bytes
 

 

Contents

Class file image Download
Testing with [_NUMBER]
<?php
   $c
=[_NUMBER];
   echo
" I'll draw [_NUMBER] lines <br>";
   for(
$__k=0;$__k<$c;$__k++)
       echo
"...Drawing line $__k<br>";
?>