Kohana - plugin detail
NOTICES: Unmaintained
The Kohana v3.x Framework module support the creation and work with Kohana templates (basic application with official modules included).
It using git repertory by `git clone` the from github. You can easy to update it to trunk.
Plugin owner: |
icyleaf |
Website: |
http://icyleaf.com |
Added: |
2008-12-26 |
License: |
BSD software license |
Category: |
Programming Languages |
Downloaded: |
9,429 times |
Rating: |
|
Plugin Log |
Show log
2013-11-03 22:01:19 | icyleaf | Plugin edited, id:14983, pubid:14983 | 2013-11-03 22:01:19 | icyleaf | Plugin edit initiated |
|
|
Versions available
|
Download size: 0.58 MB
|
Last Update: 2010-06-16
|
What's new in this version
v1.0 - core Framework is Kohana 2.3
v1.0.1 - core Framework is Kohana 2.3.2
v1.0.2 - core Framework is Kohana 2.3.4
v1.0.2 - core Framework added Kohana 3.0
v1.0.4 - core Framework added Kohana 3.x with git repertory
Verifications for NetBeans versions
Plugin is not subject to any verification
Decisions of individual verifiers for Kohana plugin for NetBeans IDE 6.5
Comments
|
Download size: 0.58 MB
|
Last Update: 2010-06-16
|
What's new in this version
v1.0 - core Framework is Kohana 2.3
v1.0.1 - core Framework is Kohana 2.3.2
v1.0.2 - core Framework is Kohana 2.3.4
v1.0.2 - core Framework added Kohana 3.0
v1.0.4 - core Framework added Kohana 3.x with git repertory
Verifications for NetBeans versions
Decisions of individual verifiers for Kohana plugin for NetBeans IDE 6.5
Comments
Introduction
Kohana is a PHP5 framework that uses the Model View Controller architectural pattern. It aims to be secure, lightweight, and easy to use.
Features
1.Strict PHP5 OOP. Offers many benefits: visibility protection, automatic class loading, overloading, interfaces, abstracts, singletons, etc.
2.Community, not company, driven. Kohana is driven by community discussion, ideas, and code. Kohana developers are from all around the world, each with their own talents. This allows a rapid and flexible development cycle that can respond to new bugs and requests within hours.
3. GET, POST, COOKIE, and SESSION arrays all work as expected. Kohana does not limit your access to global data, but provides XSS filtering and sanity checking of all global data.
4.Cascading resources, modules, and inheritance. Controllers, models, libraries, helpers, and views can be loaded from any location within your system, application, or module paths. Configuration options are inherited and can by dynamically overwritten by each application.
5.No namespace conflicts. Class suffixes and prefixes are used to prevent namespace conflicts.
6.Auto-loading of classes. All classes in Kohana are automatically loaded by the framework, and never have to be manually included.
7.API consistency. Classes that require access to different protocols use 'drivers' to keep the the visible API completely consistent, even when the back-end changes.
8.Powerful event handler. Kohana events can transparently be: added, replaced, or even removed completely.
|
[ You have to be logged in to be able to comment. ]
User Comments
Too old
It need to be updated. There is NetBeans 7.4 right now and the latest supported is 6.9!
|