Ticket #8 (closed Feature Request: wontfix)

Opened 17 months ago

Last modified 12 months ago

init files for libraries

Reported by: gregmac Owned by:
Priority: minor Milestone: 2.0
Component: Core Version: SVN HEAD
Keywords: Cc:

Description

Allow (optional) init files (from CI 1.3) to initialize libraries.

Useful for libraries where the object is not created by just doing "new $class", but instead via a singleton or factory method.

Change History

Changed 17 months ago by Tido

Here's Greg's patch for CI 1.5.0: http://codeigniter.com/forums/viewthread/46779/

Changed 17 months ago by gregmac

  • type changed from bug to enhancement

Changed 13 months ago by Shadowhand

  • version set to SVN HEAD
  • component set to Kohana Framework
  • milestone changed from 1.1 (Development Stopped) to 2.0

Not sure if this bug is still valid. Greg?

Changed 12 months ago by Shadowhand

  • status changed from new to closed
  • resolution set to wontfix

Use a helper if you need something special to load a library. With all the complexity of the auto-loader and resource finding, I just don't see a reason to add more filesystem checks for a feature that almost everyone quit using.

Note: See TracTickets for help on using tickets.