Skip to content
Duy Nguyen edited this page May 28, 2015 · 2 revisions

Jumpstart with PhalconPHP Framework

Requirements

  • Apache >= 2.0
  • PhalconPHP Framwork >=1.3.4
  • PHP >=5.4 (extension: Pdo, mbstring, openssl)
  • Sphinx Search Engine 2.2.+
  • Sphinx Search (Optional)
  • PhalconPHP
  • libODBC x64 install CentOS: yum install unixODBC unixODBC-devel postgresql-libs (dependencies of SphinxSE)

Supported Image Libraries

  • GD Library (>=2.0)
  • Imagick PHP extension (>=6.5.7)

Supported Crypt Libraries (using for encrypt cookie)

  • PHP-mcrypt Extension

Documentation

  1. Installation
  2. Writing Hello World App
  3. Modules
  4. Models
  5. Views
  6. Routes
  7. Directory Structure
  8. Multi Language
  9. Database Logger
  10. Database Migration
  11. CSS/JS Minifier
  12. CRUD Code Generator
  13. Access Control List