Despite its slightly odd name, this is actually the factory
method used to acquire instances of the class. It is named
this way for the sake of a readable interface, ie
ORM::for_table('table_name')->find_one()-> etc. As such,
this will normally be the first method called in a chain.