📜  Phalcon的功能

📅  最后修改于: 2021-01-07 09:13:20             🧑  作者: Mango

Phalcon功能

  • 它是PHP最快的框架。
  • 这是一个完整的堆栈开源框架。
  • 它可以创建独立的框架。
  • 对于特定的任务实现,它需要较少的代码量。
  • 它提供ORM(对象关系映射),模板引擎,路由,缓存等。
  • 它是一个松散耦合的框架,用户可以根据应用程序要求使用目录结构来构建项目。

与Phalcon的其他框架比较

Yii2 ZEND1 CodeIgniter2 CakePHP Phalcon
Best for Any project- small, medium, large Medium and Large Projects Any project- small, medium, large Small and Medium Projects Any project- small, medium, large
Runs on PHP 5.4 PHP 5.2 PHP 5.1 PHP 5.2 PHP 5.4
License New BSD New BSD MIT MIT New BSD, AGPL
Required Skills PHP5,OOP PHP5, OOP and awareness of design pattern PHP, Basic OOP PHP, OOP, ability to sort out framework PHP
Speed Fast Light weight, easy customizable Agile, has a small footprint slow Super-fast
Performance 123.5 request per second 103.2 request per second 187.78 request per second 54.97 request per second 822.96 request per second
Multiuser System Conditional Yes Conditional Yes
Database Supported
  • MySQl
  • SQLite
  • Microsoft Bl
  • Oracle
  • PostgreSQL
  • MongoDB
  • Apache Derby
  • IBM DB2
  • MySQL
  • Oracle
  • PostgreSQL
  • MySQl
  • SQLite
  • Microsoft Server
  • Oracle
  • PostgreSQL
  • MongoDB
  • IBM DB2
  • CUBRID
  • JDBC
  • Firebird
  • Redis
  • Memcached
  • Oracle
  • PostgreSQl
  • MongoDB
  • MySQL
  • SQLite
  • Microsoft Bl
  • MySQl
  • SQLite
  • Microsoft Bl
  • Oracle
  • PostgreSQL
  • MongoDB
  • MariaDB
  • MemcacheDB
Design Pattern DAO, MVC, HMVC,Active record, Observer MVC, Dependency Injection, Adapter, Action Controller Active, MVC, HMVC Active record, MVC, Event driven Dependency Injection, MVC, HMVC,Active record, Observer, Event driven
Code Generator Yii CLI, Gii CLI Code generator console CLI CRUD,CLI
Testing Library PHP unit, Selenium PHP unit PHP unit PHP unit PHP unit