1. PHP / Говнокод #10281

    +71

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    $template_archive_footer = stripslashes(get_option('poll_template_pollarchivefooter'));
    		$template_archive_footer = str_replace("%POLL_START_DATE%", $poll_start_date, $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_END_DATE%", $poll_end_date, $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_TOTALVOTES%", number_format_i18n($polls_question['totalvotes']), $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_TOTALVOTERS%", number_format_i18n($polls_question['totalvoters']), $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_MOST_ANSWER%", $poll_most_answer, $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_MOST_VOTES%", number_format_i18n($poll_most_votes), $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_MOST_PERCENTAGE%", $poll_most_percentage, $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_LEAST_ANSWER%", $poll_least_answer, $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_LEAST_VOTES%", number_format_i18n($poll_least_votes), $template_archive_footer);
    		$template_archive_footer = str_replace("%POLL_LEAST_PERCENTAGE%", $poll_least_percentage, $template_archive_footer);

    wp-polls. пиздец.

    Запостил: TBoolean, 15 Мая 2012

    Комментарии (8) RSS

    • все правильно сделал
      Ответить
      • можно было и одним str_replace обойтись, скормив ему массивы
        Ответить
        • Кушай массивы, будешь сильным и здоровым, вырастешь и станешь ereg_replace(); ...
          Ответить
    • Массивы для слабаков
      Ответить
      • Циклы для лентяев
        Ответить
        • Только копипаст, только хардкор?
          Ответить
          • Копипаст для нубов. Труъ кодеры вводят эти портянки без копипаста.
            Ответить
    • - Какого чёрта ты здесь делаешь? - спросил я уже абсолютно равнодушным тоном, идя за ним на кухню.
      Ответить

    Добавить комментарий