/**
  * Get SQL WHERE clause to find.
  * 
  * @param string, array $where
  * @return string
  */
 private static function where($where = null)
 {
     return self::$where = $where ?: self::$where;
 }