Changeset 2509
- Timestamp:
- 05/30/08 18:15:11 (7 months ago)
- Location:
- trunk/src/config
- Files:
-
- 3 modified
-
AgaviConfigCache.class.php (modified) (1 diff)
-
AgaviConfigHandler.class.php (modified) (1 diff)
-
AgaviConfigParser.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/config/AgaviConfigCache.class.php
r2499 r2509 355 355 * extension couldn't be found. 356 356 * 357 * @deprecated New-style config handlers don't call this method anymore. 357 * @deprecated New-style config handlers don't call this method anymore. To be 358 * removed in Agavi 1.1 358 359 * 359 360 * @author Dominik del Bondio <ddb@bitxtender.com> -
trunk/src/config/AgaviConfigHandler.class.php
r2259 r2509 29 29 * @copyright The Agavi Project 30 30 * 31 * @deprecated Superseded by AgaviXmlConfigHandler, will be removed in Agavi 1.1 32 * 31 33 * @since 0.9.0 32 34 * -
trunk/src/config/AgaviConfigParser.class.php
r2259 r2509 26 26 * @copyright The Agavi Project 27 27 * 28 * @deprecated Superseded by AgaviXmlConfigParser 28 * @deprecated Superseded by AgaviXmlConfigParser, will be removed in Agavi 1.1 29 29 * 30 30 * @since 0.11.0

