SproutCMS

This is the code documentation for the SproutCMS project

function __construct()

Usage

void $ColModifierSubRecordCount->__construct ( string $table , string $column );

Arguments

  1. string $table
    The table that contains the records
  2. string $column
    The column in $table that links to the main table, which by convention is the table's
           singular name followed by _id, e.g. if $table is 'galleries' then $column is usually 'gallery_id'

Return value

  • void