PHP Classes

File: app/logic/clients.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP IP Logger   app/logic/clients.php   Download  
File: app/logic/clients.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP IP Logger
Track user IP addresses that access certain pages
Author: By
Last change:
Date: 1 year ago
Size: 252 bytes
 

Contents

Class file image Download
<?php
require_once 'config/config.php';

$utils = new Framework\Utils();

$database = new Framework\Database($config);

$logger = new Framework\Logger($database, $utils);

$client = new Framework\Client($database, $utils);

$c = $client->getClients();