File Manager

Current Path : /webspace/www.promiel.be/html/modules/CGExtensions/lib/query/
Upload File :
Current File : //webspace/www.promiel.be/html/modules/CGExtensions/lib/query/class.query.php

<?php

namespace CGExtensions\query;

abstract class query implements \ArrayAccess
{
    abstract public function __construct($parms = array());
    abstract public function OffsetGet($key);
    abstract public function OffsetSet($key,$value);
    abstract public function OffsetExists($key);

    public function OffsetUnset($key)
    {
        // do nothing
    }

    abstract public function &execute();
}

?>

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com