Changeset 2959
- Timestamp:
- 07/03/2008 12:34:44 PM (5 months ago)
- Location:
- branches/website/application/views/pages/home
- Files:
-
- 1 added
- 1 modified
-
home_en_US.php (modified) (1 diff)
-
home_nl_NL.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/views/pages/home/home_en_US.php
r2789 r2959 32 32 <li><strong>True auto-loading of classes.</strong> True on-demand loading of classes, as they are requested in your application.</li> 33 33 <li><strong>No namespace conflicts.</strong> All classes are suffixed to allow similar names between components, for a more coherent API.</li> 34 <li><strong> Cascading resourcesoffer unparalleled extensibility.</strong> Almost every part of Kohana can be overloaded or extended without editing core system files. Modules allow multi-file plugins to be added to your application, transparently.</li>34 <li><strong><a href="http://upload.wikimedia.org/wikipedia/en/1/1c/Kohana-modules.png">Cascading resources</a> offer unparalleled extensibility.</strong> Almost every part of Kohana can be overloaded or extended without editing core system files. Modules allow multi-file plugins to be added to your application, transparently.</li> 35 35 <li><strong>Library drivers and API consistency.</strong> Libraries can use different "drivers" to handle different external <abbr title="Application Programming Interface">API</abbr>s transparently. For example, multiple session storage options are available (database, cookie, and native), but the same interface is used for all of them. This allows new drivers to be developed for existing libraries, which keeps the API consistent and transparent.</li> 36 36 <li><strong>Powerful event handler.</strong> Observer-style event handlers allow for extreme levels of customization potential.</li>
