ragg/codelapse
最新稳定版本:v0.7.2
Composer 安装命令:
composer require ragg/codelapse
包简介
Fast coding for Small-scale PHP projects.
README 文档
README
Fast coding for Small-scale PHP projects.
How to use
- copy "cl" directory to your project.
- write require in CodeLapse using files.
<?php // Load CodeLapse bootstrap. require 'cl/bs.php'; Do anything...
Feature
- Multidimension array utility
- Arr
- Input wrapper
- Input
- Cookie
- Session
- Mail wrapper
- Support plain text & HTML
- Support multiple file attach.
- Smarty wrapper
- Late static binding on PHP 5.2.x
- LateBinding
- 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.)
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-04