CodeIgniter 1.7.2 released
List of changes:
Source
Download
- Compatibility with php 5.3;
- Added Cart class (basket for online stores);
- Form helper enhancements;
- Added is_php () function to check php version;
- The show_error () function has been improved, now it allows sending http statuses of errors. All calls to this function in the framework now send the corresponding statuses;
- Numerous bug fixes;
Source
Download