Letter P

php-nette-application - Nette Application MVC Component

Website: https://github.com/nette/application
License: BSD or GPLv2 or GPLv3
Vendor: Alcance Libre, Inc.
Description:
Model-View-Controller is a software architecture that was created to
satisfy the need to separate utility code (controller) from application
logic code (model) and from code for displaying data (view) in applications
with graphical user interface. With this approach we make the application
better understandable, simplify future development and enable testing each
unit of the application separately.

To use this library, you just have to add, in your project:
  require_once '/usr/share/php/Nette/Application/autoload.php';

Packages

php-nette-application-2.4.9-1.fc14.al.noarch [53 KiB] Changelog by Remi Collet (2017-08-30):
- Update to 2.4.9

Listing created by Repoview-0.6.6-6.fc14.al