When Nice Weather and Coding Collide

  1.  
  2. if ($this->summertime === TRUE)
  3. {
  4. $bass += 2;
  5. $this->alpine->blast = TRUE;
  6. $this->cd->insert();
  7. $this->load->helper('rhyme');
  8. $this->car->cruise = TRUE;
  9. while (TRUE)
  10. {
  11. $this->lay_back();
  12. }
  13. }