Previous Page
locale()

Solar_Sql_Model_Related_BelongsTo
modSelectCountPages()

Next Page
modSelectEager()

modSelectCountPages()

public void modSelectCountPages ( Solar_Sql_Select $select )

Modifies the SELECT from a native model countPages() call to join with the foreign model (especially on eager fetches).

Inherited from Solar_Sql_Model_Related.

Parameters

  • (Solar_Sql_Select) $select: The SELECT from the native model countPages() method.

Returns

  • (void) The SELECT is modified in place.

Description

Modifies the SELECT from a native model countPages() call to join with the foreign model (especially on eager fetches).