Ticket #465 (closed Bug: fixed)

Opened 5 months ago

Last modified 5 months ago

Template_Controller & Controller_Core should be abstract classes

Reported by: Xobb Assigned to: Shadowhand
Priority: minor Milestone: 2.1.2
Component: Core Version: SVN HEAD
Keywords: controllers, abstract Cc:
SVN Revision (if applicable): 2222

Description

Template_Controller & Controller_Core should be abstract classes. We can't build own application with this classes, only by extending them.

Change History

03/05/08 16:25:20 changed by dlib

Watch out with abstract classes en _Core libraries as _Core are extended with an eval(class Bla extends Bla_Core{}) in Kohana::auto_load() which doesn't have any abstract methods. I don't think this applies to the Controller_Core though.

I ran into this problem just now.

03/05/08 19:28:40 changed by Shadowhand

  • status changed from new to assigned.

03/05/08 19:28:46 changed by Shadowhand

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r2224.