Ich habe eine solche Magento-Sammlung erstellt, um die Entfernung von Lat Long zu berechnen. $collection = Mage::getModel('module/module')->getCollection()->addFieldToFilter('status',1); $collection->getSelect()->columns(array('distance' => new Zend_Db_Expr("( 6371 * acos( cos(...