where( "\"ClassName\" != 'RedirectorPage' AND (\"Content\" = '' OR \"Content\" IS NULL OR \"Content\" LIKE '

' OR \"Content\" LIKE '

 

')" )->sort('Title'); } public function columns() { return array( "Title" => array( "title" => "Title", // todo: use NestedTitle(2) "link" => true, ), ); } } /** * @deprecated 3.2..4.0 */ class SideReport_EmptyPages extends EmptyPagesReport { public function __construct() { Deprecation::notice('4.0', 'Use EmptyPagesReport instead'); parent::__construct(); } }