PHP Classes

File: logic/function.php

Recommend this page to a friend!
  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: 16 years ago
Size: 88 bytes
 

Contents

Class file image Download
<?php


function isActive($connected){

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

}

?>