Name: | php-nette-application |
---|---|
Version: | 2.3.13 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 173812 |
License: | BSD or GPLv2 or GPLv3 |
RPM: | php-nette-application-2.3.13-1.el7.noarch.rpm |
Source RPM: | php-nette-application-2.3.13-1.el7.src.rpm |
Build Date: | Mon Dec 04 2017 |
Build Host: | x86-ol6-builder-06.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/nette/application |
Summary: | Nette Application MVC Component |
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'; |
- update to 2.3.12
- update to 2.3.12 - don't use include_once in autoloader
- update to 2.3.11
- update to 2.3.8 - run test suite with both php 5 and 7 when available
- initial package