User tests: Successful: Unsuccessful:
This pull adds the new MVC classes (JControllerBase, JModelBase, JModelDatabase, JViewBase and JViewHtml) from the Joomla Platform without interfaces. This gives extension developers the option of moving forward with the new concrete class names without generating backward compatibility issues revolving around the reassignment of JController, JModel and JView to interfaces.
Developers should note carefully that none of these new classes extend from JObject and should use autoloader rules to define where their classes can be found (no more addIncludePath type methods).
@eddieajau would you close this please
What is the status of this pull request? I really think that Joomla! 3.0 should start moving towards the new platform interfaces, even if it was just an option for the 3rd party components.