Posted By

jtkendall on 10/31/08


Tagged


Versions (?)


Advertising

Website Promotion DIRECTORY is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


When You Hate Something


Published in: PHP 






Currently on my whiteboard at work.

Expand | Embed | Plain Text
  1. public function isHated($e)
  2. {
  3. $hated = array('Treeview', 'Accordion', 'FileUpload', 'Pagination');
  4. if(array_search($e, $hated))
  5. {
  6. return true;
  7. } else {
  8. return false;
  9. }
  10. }
  11.  
  12. $element = 'Treeview';
  13.  
  14. if(isHated($element) === TRUE)
  15. {
  16. echo 'Just Fucking Curse.';
  17. }

Report this snippet 

You need to login to post a comment.

Download royalty free graphics