PHP Programmierung
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=== PHP Frameworks === * CakePHP http://cakephp.org/ CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, ma…“) |
Sebra (Diskussion | Beiträge) (→PHP Frameworks) |
||
Zeile 47: | Zeile 47: | ||
* Symfony http://www.symfony-project.org/ | * Symfony http://www.symfony-project.org/ | ||
+ | ** Symfony is a full-stack framework, a library of cohesive classes written in PHP5. | ||
- | + | * Kohana php | |
- | * | + | ** [http://www.kohanaphp.com/] |
+ | ** Kohana is a PHP 5 framework that uses the Model View Controller architectural pattern. Kohana is a fork of CodeIgniter intended to work only with PHP 5. Kohana is completely community driven. What makes Kohana favored by many developer is it’s super lightweight, it has no dependencies on PECL extensions or PEAR libraries. Large, monolithic libraries are avoided in favor of optimized solutions. | ||
+ | |||
+ | * Akelos | ||
+ | ** http://www.akelos.org/ | ||
+ | ** The Akelos PHP Framework is a web application development platform based on the MVC (Model View Controller) design pattern similar to Ruby on Rails. It aims at helping programmers build multilingual database-backed web applications and write less code, which allows for the creation of uniform, simple to understand scripts. | ||
+ | The Akelos PHP framework allows programmers to write views using Ajax, to control requests and responses through a controller, and to create and maintain internationalized applications. By using the conventions integrated in Akelos, developers can establish communication between the framework’s models and databases. In order to distribute standalone web applications Akelos demands only that PHP be installed on the server. | ||
+ | |||
+ | * Quellen: | ||
+ | ** [http://www.homepage-community.de/empty-t214.0.html] | ||
+ | ** [http://devsnippets.com/article/7-secure-lightweight-and-easy-to-use-php-frameworks.html] |