PHP Classes

File: pri/abk/_act/shell.php

Recommend this page to a friend!
  Classes of Vallo Reima   Tiny PHP Address Book   pri/abk/_act/shell.php   Download  
File: pri/abk/_act/shell.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: 353 bytes
 

Contents

Class file image Download
<?php

/*
 * layout creator
 *
 * @package Application
 * @author Vallo Reima
 * @copyright (C)2013
 */
$abk = mb_strtolower(SGN);
¤::$_->fid = $abk;
¤::$_->cln = ¤::mb_ucfirst($abk);

$base = 'base';
$mod = ACTD . $abk . EXT;
$nme = basename(__FILE__, EXT); /* example's filename */
include TPLD . $nme . TPL; /* fill template */
?>