2017 © Pedro Peláez
 

library codelapse

Fast coding for Small-scale PHP projects.

image

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

The README.md

CodeLapse Build Status

Fast coding for Small-scale PHP projects., (*1)

How to use

  1. copy "cl" directory to your project.
  2. write require in CodeLapse using files. ``` php <?php // Load CodeLapse bootstrap. require 'cl/bs.php';

Do anything... ```, (*2)

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.)

The Versions

21/11 2015

dev-master

9999999-dev

Fast coding for Small-scale PHP projects.

  Sources   Download

MIT

by Avatar ragg

21/11 2015

v0.7.2

0.7.2.0

Fast coding for Small-scale PHP projects.

  Sources   Download

MIT

by Avatar ragg

13/11 2015

v0.7.1

0.7.1.0

Fast coding for Small-scale PHP projects.

  Sources   Download

MIT

by Avatar ragg

09/11 2015

dev-dev/db_exec

dev-dev/db_exec

Fast coding for Small-scale PHP projects.

  Sources   Download

MIT

by Avatar ragg