- 1
- 2
- 3
- 4
- 5
public function createAdvertApart () { // ВНИМАНИЕ! Видимость функции protected
// проверяем max размер допустимый к загрузке
if ( $_files[size] > 3000000 )
$error[] = "Файл превышает размер три мегабайта";
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
Всего: 2
+141
public function createAdvertApart () { // ВНИМАНИЕ! Видимость функции protected
// проверяем max размер допустимый к загрузке
if ( $_files[size] > 3000000 )
$error[] = "Файл превышает размер три мегабайта";
Прислали вместе с резюме пример кода, а там ...
+157
<ul>
<?
$AchievmentPoints = $opts->getAchievmentPoints();
$dost='';
$stat='';
?>
<? foreach ($achievments as $id => $item): ?>
<?
?>
<?$dost.='<li style="width:100%;clear:both;" class="table1"><div class="table">
<div style="width:35px;float:left;display:table-cell;text-align: right">'.$item->getImg().'
</div><div style="float:left;"><div><span class="caption">'.$item->caption.'
</span> <span class="small minor" style="font-size:14px;">('.$item->level.')
</span></div><div class="minor small" style="width:100%">'.$item->subtext.':
<span class="ach"><span>'.$item->count.'</span><span>/'.$item->nextLevelCount().'
</span></span></div></div></div><div style="height:40px;"></div></li>';?>
<? endforeach; ?>
<?
$stat.='
<li style="width:100%;clear:both;" class="table1">
<p style="padding-top: -2px;margin-top: 7px;"></p>
<div class="table">
<div style="width:35px;float:left;display:table-cell;text-align: right">
<img width="16" height="16" src="/images/icons/achive_on.png" alt="o"/>
</div>
<div style="float:left;">
<span class="caption">Получено</span>
<span class="ach">
<span>('.$getAchievmentPoints.')</span>
</span>
</div></div></li>
<li style="width:100%;clear:both;" class="table1"> <div class="table">
<div style="width:35px;float:left;display:table-cell;text-align: right">
<img width="16" height="16" src="/images/icons/achive_off.png" alt="o"/>
</div>
<div style="float:left;">
<span class="caption" >Не получено</span>
<span class="ach">
<span>('.(count($achievments) - $AchievmentPoints).')</span>
</span>
</div></div></li>
<p style="padding-top: -2px;margin-top: 7px;"></p>
<div class="eventlight" style="height:2px;width:100%;"></div>
';
echo $stat.$dost;
?>
<li style="width:100%;clear:both;" class="table1"> <div class="table">
<div style="width:35px;float:left;display:table-cell;text-align: right">
<img width="16" height="16" src="/images/icons/achive_off.png" alt="o"/>
</div>
<div style="float:left;">
<span class="caption" >Всего достижений:</span>
<span class="ach">
<span>(<?= $AchievmentPoints;?>)</span>
</span>
</div></div></li>
</ul>
Мой первый гомнокод :)