ragg/codelapse 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. copy "cl" directory to your project.
  2. 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

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • 开发语言: HTML

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-04