Jump to content
Дизайн и модификация IPS Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
TemKa_SD

A non-numeric value encountered

Recommended Posts

Здравствуйте. Не понимаю что ему нужно: http://prntscr.com/nqh5gb

 

public static function accounts( \IPS\Member $member = NULL, $limit, $sortOption, $mineOnly=FALSE, $filters=array(), $extraWhere=NULL )
{
	$where = array();
	$joins = array();

	$select = \IPS\Db::i()->select( 'member_id', 'active', 'name', 'server', 'created', 'status', 'approved', static::$databaseTable, $where, ( $sortOption === 'created' ? "{$sortOption} DESC" : "{$sortOption} ASC" ), $limit, NULL, NULL, \IPS\Db::SELECT_SQL_CALC_FOUND_ROWS );

	return new \IPS\Patterns\ActiveRecordIterator( $select, '\IPS\wc3\Gameplayer\Connected' );
}

Share this post


Link to post

Решил

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...