PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of No name   RT PHP   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: RT PHP
Library of general purpose PHP classes
Author: By
Last change: Update README.md
Date: 7 years ago
Size: 1,364 bytes
 

Contents

Class file image Download

RTphp

Version License

RTphp is a small PHP library consists multiple PHP classes.

Directory structure

core/src             php classes source code
core/test            tested / example / demo code
core/load.php        php function to require all php classes
docs/                documentation generated by ApiGen

Installation

Installation for single class example

<?php
    require_once './RTphp/src/RTmysqli.php';
    $obj = new RTdev\RTphp\RTmysqli();

Installation for all class example

<?php
    require_once './RTphp/load.php';
    use RTdev\RTphp as RTphp;
    
    RTphp\RTphpLoad();
    
    $RTdb = new RTphp\RTmysqli();
    $RTpw = new RTphp\RTpassword();
    $RTsf = new RTphp\RTslugify();
    $RTutil = new RTphp\RTutil();

Classes list

  • RTmysqli
  • RTpassword
  • RTslugify
  • RTutil

Read

<a><img src="https://scontent-sit4-1.xx.fbcdn.net/v/t1.0-9/16507910_1243645025671042_2703046086409693309_n.jpg?oh=ec592d2fa0f2be50445d2bfd79b36d0b&oe=58FFE08A" width="99" align="right"/></a>