PHP Classes

File: logic/function.php

Recommend this page to a friend!
  Classes of Ghali Ahmed   DG   ???   Download  
File: logic/???
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: 17 years ago
Size: 88 bytes
 

Contents

Class file image Download
<?php


function isActive($connected){

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

}

?>