I have some entities in an external database that I access with a controller class extending DrupalDefaultEntityController. Right now I have to override buildQuery() and propertyQuery(),
copying 140 lines just to change 2 db_select() calls. Maybe the class could provide an overridable getConnection() method instead.
↧
provide a way to specifiy the database connection in DrupalDefaultEntityController
↧