Contents
Spis treści
2.1 Changelog
New Libraries
New Helpers
New Addons
New Other
Bugfixes
API Changes
Status
Draft
2.1 Changelog
New Libraries
Cache
- Caching library with multiple drivers
Image
- Image manipulation library with GD and ImageMagick drivers
ORM
- Object Relational Mapping library
Payment
- Online payment library with multiple drivers
New Helpers
num
- Number helper functions
expires
- Client side caching headers helper
email
- Helper for more easily using Swiftmailer
html
::link() - Link tag helper
html
::breadcrumb() - Breadcrumb helper
arr
::binary_search() - Binary search helper
valid
::standard_text() - Standard text helper
text
::widont() - Widow word text helper
New Addons
Auth
- Authentication/Authorisation module
Forge
-
FOR
m
GE
neration module
New Other
PostgreSQL database driver
MySQLi database driver
Gzip compression
Added View::factory(), which creates a new instance and allows chaining.
Added Session::instance() to get the singleton
Added
URI
→argument(),
URI
→argument_array() and
URI
→total_arguments()
Added cookie data to Profiler output
Bugfixes
Lots.
API Changes
Encrypt library
has been completely rewritten
'include_paths' has been renamed to 'modules' in
config/config.php
'autoload' has been renamed to 'preload' in
config/config.php
index.php
is not included by default for html helpers
Removed num_rows() from the query result object. Use count($query) instead.
Database→join() parameters have changed
changelog/2.1.txt · ostatnio zmienione: 2008-05-02 01:31 (edycja zewnętrzna)