Login   Register  
PHP Classes
elePHPant
Icontem

File: logic/function.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ghali Ahmed  >  DG  >  logic/function.php  >  Download  
File: logic/function.php
Role: Auxiliary script
Content type: text/plain
Description: the functions file that containe the user function
Class: DG
Display database query results in HTML tables
Author: By
Last change:
Date: 2008-02-14 11:03
Size: 88 bytes
 

Contents

Class file image Download
<?php


function isActive($connected){

    return(
$connected)?'Yes':'No' ;

}

?>