Skip to content

Instantly share code, notes, and snippets.

<?php
public function getPlaceInArray(&$array, &$ri, &$rj, $di = 1, $dj = 1, $t = null)
{
$ri = 0;
$rj = 0;
while (1) {
$ri = rand(0, Mage::getStoreConfig('project/config/lines') - $di);
$rj = rand(0, Mage::getStoreConfig('project/config/columns') - $dj);