$_entity_factory
$_entity_factory : object
Holds an object of the entity factory, used for instantiating entities (obviously) Loaded by __construct() - so all descendants of RoxModelBase has access to it
Acts as the base for all MVC-models and entities implements various database calls and makes sure the model and entities will always have a dao object (accessed using $this->dao)
bulkLookup(string $query_string, array $keynames) : array
This method fetches a bunch of rows from the database.
It has some funny mechanics, which you can usually just ignore.
string | $query_string | |
array | $keynames |
|
of rows (as objects)