PHP Classes

File: fwphp/glomodul/blog/z_includes.php

Recommend this page to a friend!
  Classes of Slavko Srakocic   B12 PHP FW   fwphp/glomodul/blog/z_includes.php   Download  
File: fwphp/glomodul/blog/z_includes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: B12 PHP FW
Manage database records with a PDO CRUD interface
Author: By
Last change: Update of fwphp/glomodul/blog/z_includes.php
Date: 1 year ago
Size: 283 bytes
 

Contents

Class file image Download
<?php
use B12phpfw\core\b12phpfw\Config_allsites as utl ; // init, setings, utilities
use B12phpfw\dbadapter\post\Tbl_crud as Tbl_crud_post ;
use
B12phpfw\core\b12phpfw\Db_allsites as utldb ;
use
B12phpfw\dbadapter\post_comment\Tbl_crud as Tbl_crud_post_comment ;