Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 72 | All time: 10,240 This week: 673 |
Version | License | PHP version | Categories | |||
rtphp 1.0 | Custom (specified... | 5 | PHP 5, Libraries |
Description | Author | ||||||||
This package is a library of general purpose PHP classes. |
|
RTphp is a small PHP library consists multiple PHP classes.
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 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();
<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>
Files (56) |
File | Role | Description | ||
---|---|---|---|---|
core (2 files, 3 directories) | ||||
docs (26 files, 1 directory) | ||||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation | ||
_config.yml | Data | Auxiliary data |
Files (56) | / | core |
Files (56) | / | core | / | nbproject |
File | Role | Description | ||
---|---|---|---|---|
private (2 files) | ||||
LICENSE | Lic. | License text | ||
project.properties | Data | Auxiliary data | ||
project.xml | Data | Auxiliary data |
Files (56) | / | core | / | nbproject | / | private |
File | Role | Description |
---|---|---|
private.properties | Data | Auxiliary data |
private.xml | Data | Auxiliary data |
Files (56) | / | core | / | src |
File | Role | Description |
---|---|---|
LICENSE | Lic. | License text |
RTmysqli.php | Class | Class source |
RTpassword.php | Class | Class source |
RTslugify.php | Class | Class source |
RTutil.php | Class | Class source |
Files (56) | / | core | / | test |
File | Role | Description |
---|---|---|
RTmysqli-161222.php | Example | Example script |
RTmysqli-161222.sql | Data | Auxiliary data |
RTpassword-161222.php | Example | Example script |
RTslugify-161223.php | Example | Example script |
Files (56) | / | docs |
Files (56) | / | docs | / | resources |
File | Role | Description |
---|---|---|
collapsed.png | Icon | Icon image |
combined.js | Data | Auxiliary data |
footer.png | Data | Auxiliary data |
inherit.png | Icon | Icon image |
resize.png | Icon | Icon image |
sort.png | Icon | Icon image |
style.css | Data | Auxiliary data |
tree-cleaner.png | Icon | Icon image |
tree-hasnext.png | Icon | Icon image |
tree-last.png | Data | Auxiliary data |
tree-vertical.png | Icon | Icon image |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.