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

    +147

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    /**
     * Геноцид.
     */
    public function purgeProducts()
    {
    	$command = Yii::app()->db->createCommand();
    	
    	$command->truncateTable('tbl_catalogue_property_value');
    	$command->truncateTable('tbl_catalogue_property_value');
    	$command->truncateTable('tbl_catalogue_product_info');
    	$command->truncateTable('tbl_catalogue_product');
    	$command->truncateTable('tbl_products_to_features');
    	$command->truncateTable('tbl_catalogue_category_to_product');
    	$command->truncateTable('tbl_relation_material');
    }

    Геноцид.

    Запостил: kukymbr, 09 Июля 2013

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

    • logic bomb что ли?
      Ответить
    • случайно не код миграции ?
      Ответить
    • а у меня по ножкам потекло
      Ответить
    • public function purgeProducts()
      {
      	$command = Yii::app()->db->createCommand();
      	
      	$command->truncateTable('ТЫ_catalogue_property_value');
      	$command->truncateTable('ТЫ_catalogue_property_value');
      	$command->truncateTable('ТЫ_catalogue_product_info');
      	$command->truncateTable('ТЫ_catalogue_product');
      	$command->truncateTable('ТЫ_products_to_features');
      	$command->truncateTable('ТЫ_catalogue_category_to_product');
      	$command->truncateTable('ТЫ_relation_material');
      }
      Ответить

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