网上查了很多资料,基本上是原生方法,或者是只能查询一条:
以上为例,是否可以查询该表中所有数据的"_id"字段?
Il n'y a pas de condition, alors précisez le champ de requête
$criteria = new EMongoCriteria(); $criteria->sort('posts_count',EMongoCriteria::SORT_DESC) ->limite(25) ->décalage(0); $test_id = Group::model()->findAll($criteria); $test_id->suivant(); $_ids = tableau(); $name_id = array(); while($row = $test_id->current()){ $t = $ligne->attributs; $name_id[] = array_splice($t,0,2); $_ids[] = $name_id; $test_id->suivant(); > $test_id = $_ids[count($_ids)-1]; C’est une solution de dernier recours, mais cela semble tellement stupide.
Il n'y a pas de condition, alors précisez le champ de requête
$criteria = new EMongoCriteria();
$criteria->sort('posts_count',EMongoCriteria::SORT_DESC)
->limite(25)
->décalage(0);
$test_id = Group::model()->findAll($criteria);
$test_id->suivant();
$_ids = tableau();
$name_id = array();
while($row = $test_id->current()){
$t = $ligne->attributs;
$name_id[] = array_splice($t,0,2);
$_ids[] = $name_id;
$test_id->suivant();
>
$test_id = $_ids[count($_ids)-1];
C’est une solution de dernier recours, mais cela semble tellement stupide.