Stolz / CodeIgniter

EllisLab's Open Source PHP Framework with extras

Home Page:http://codeigniter.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This GitHub repository is based on the master branch of the official EllisLab’s CodeIgniter GitHub repository (that is, stable code) but it has a few extras in order to make CodeIgniter experience more convenient.

Specifically, it includes:

  • Single-page layout views system based on HTML5 Boilerplate and including many HTML recommended practices.
  • Improved .htaccess file (it allows to: remove www from URL, force HTTPS for pages that require authentication, skip index.php/... from URL, etc).
  • Improved default error messages.
  • Improved pagination library.
  • Assets library including out of the box:
  • Basic authentication system (Check application/libraries/MY_Session.php).
  • Oauth v2 authentication using Phil Sturgeon’s library.
  • Integrated Markdown library.
  • Datammaper ORM.
  • Scripts to extract and translate GNU Gettext translations. (Check application/language/).
  • HTML Tidy validation on-the-fly.
  • Fire PHP debugging.
  • Controller to handle AJAX requests.
  • Controller to test your CSS styles with almost all the existing HTML tags.
  • Controller to create an RSS feed.

All of it with a working sample code following CodeIgniter standars!

All the included external libraries are kept up to date as much as possible.

About

EllisLab's Open Source PHP Framework with extras

http://codeigniter.com/

License:Other


Languages

Language:PHP 95.2%Language:CSS 3.9%Language:JavaScript 0.8%Language:Shell 0.1%