library codelapse
Fast coding for Small-scale PHP projects.
ragg/codelapse
Fast coding for Small-scale PHP projects.
- Saturday, November 21, 2015
- by ragg
- Repository
- 2 Watchers
- 0 Stars
- 3 Installations
- HTML
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 8 Open issues
- 4 Versions
- 0 % Grown
Fast coding for Small-scale PHP projects., (*1)
How to use
- copy "cl" directory to your project.
- write require in CodeLapse using files.
``` php
<?php
// Load CodeLapse bootstrap.
require 'cl/bs.php';
Do anything...
```, (*2)
Feature
- Multidimension array utility
- Input wrapper
- Mail wrapper
- Support plain text & HTML
- Support multiple file attach.
- Smarty wrapper
- Late static binding on PHP 5.2.x
- Database Utility
- DB
- DB_Resultset (Iterable resultset abstraction.)
- DB_CrudModel
Active Record like model.(Currently not function as ORM.)
- DB_Connection
Automatic driver switching PDO class or MySQL functions.(Currently only support MySQL.)
dev-master
9999999-dev
Fast coding for Small-scale PHP projects.
Sources
Download
MIT
by
ragg
v0.7.2
0.7.2.0
Fast coding for Small-scale PHP projects.
Sources
Download
MIT
by
ragg
v0.7.1
0.7.1.0
Fast coding for Small-scale PHP projects.
Sources
Download
MIT
by
ragg
dev-dev/db_exec
dev-dev/db_exec
Fast coding for Small-scale PHP projects.
Sources
Download
MIT
by
ragg