Search results

  1. D

    [PHP/OOP] PDO inheritance

    hello just started learning OOP yesterday and created my first class today: <?php class Database extends PDO { private $host; private $user; private $password; private $name; private $cache_dir; public $cache_result = array(); public function __construct($host, $user...
  2. D

    What is the name of this font ?

    hi what is the name of the font used in the katz navbar ? thanks
Back
Top