Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Hello Opik, Edit: 25032013-1800 don't try this. [PHP] public function getPrefixesByGroups(array $conditions = array(), array $fetchOptions = array(), &$prefixCount = 0) { $this->standardizeViewingUserReference($viewingUser); $prefixes = $this->getPrefixes($conditions, $fetchOptions); $prefixGroups = array(); foreach ($prefixes AS $prefix) { if ($this->_verifyPrefixIsUsableInternal($prefix, $viewingUser)) { $prefixGroups[$prefix['prefix_group_id']][$prefix['prefix_id']] = $this->preparePrefix($prefix); } } $prefixCount = count($prefixes); return $prefixGroups; }[/PHP]
Hello Opik,
Edit: 25032013-1800
don't try this.
[PHP] public function getPrefixesByGroups(array $conditions = array(), array $fetchOptions = array(), &$prefixCount = 0)
{
$this->standardizeViewingUserReference($viewingUser);
$prefixes = $this->getPrefixes($conditions, $fetchOptions);
$prefixGroups = array();
foreach ($prefixes AS $prefix)
if ($this->_verifyPrefixIsUsableInternal($prefix, $viewingUser))
$prefixGroups[$prefix['prefix_group_id']][$prefix['prefix_id']] = $this->preparePrefix($prefix);
}
$prefixCount = count($prefixes);
return $prefixGroups;
}[/PHP]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences