Fedora Packages

php-nette-component-model

Nette Component Model

Components are the foundation of reusable code. They make your work easier and allow you to profit from community work. Components are wonderful. Nette Framework introduces several classes and interfaces for all these types of components. Object inheritance allows us to have a hierarchic structure of classes like in real world. We can create new classes by extending. These extended classes are descendants of the original class and inherit its parameters and methods. Extended class can add its own parameters and methods to the inherited ones. To use this library, you just have to add, in your project: require_once '/usr/share/php/Nette/ComponentModel/autoload.php';

Releases Overview

Release Stable Testing
EPEL 7 2.2.5-1.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at php-nette-component-model dash maintainers at fedoraproject dot org.



Sources on Pagure