Esempio n. 1
0
 static function fetchByOffset($offset, $limit, $asObject = true)
 {
     $sectionList = eZPersistentObject::fetchObjectList(eZSection::definition(), null, null, array('name' => 'ASC'), array('offset' => $offset, 'length' => $limit), $asObject);
     return $sectionList;
 }