PHP Classes

File: pri/abk/_act/abook.php

Recommend this page to a friend!
  Classes of Vallo Reima   Tiny PHP Address Book   pri/abk/_act/abook.php   Download  
File: pri/abk/_act/abook.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Tiny PHP Address Book
Manage address book stored in a database with PDO
Author: By
Last change:
Date: 7 years ago
Size: 666 bytes
 

Contents

Class file image Download
<?php

/*
 * main panel creator
 *
 * @package Application
 * @author Vallo Reima
 * @copyright (C)2013
 */
¤::$_->ts = ['lng' => ¤::_('lng'),
   
'url' => ¤::_('url'),
   
'prpmt' => ¤::_('txt.prpmt'),
   
'noxhr' => ¤::_('txt.noxhr'),
   
'addg' => ¤::_('txt.addg'),
   
'mdfg' => ¤::_('txt.mdfg'),
   
'undg' => ¤::_('txt.undg'),
   
'brng' => ¤::_('txt.brng'),
   
'delcfm' => ¤::_('txt.delcfm'),
   
'msd' => ¤::_('txt.msd'),
   
'tst' => ¤::_('txt.msd'),
   
'wrd' => ¤::_('txt.wrd')
];
$towns = ¤::_('db')->Fetch('towns','id,name','','id',['ord' => 'name']);
$nme = basename(__FILE__, EXT);
include
TPLD . $nme . TPL;
?>