Core Spring Data
Written by: Oliver Gierke
Featured Refcardz: Top Refcardz:
  1. Git
  2. Prep for CD
  3. DNS
  4. Data Mining
  5. Spring Data
  1. Data Mining
  2. Spring Data
  3. DNS
  4. Machine Learning
  5. MongoDB

Link Details

Link 863091 thumbnail
User 1016505 avatar

By phpzag
via phpzag.com
Published: Oct 15 2012 / 02:28

Currently PHP has become the most popular programming language for web development. Millions of websites are developed using PHP. There are many popular website such as Facebook, Wikipedia and also CMS like WordPress, Joomla and Drupal which are built with the PHP language.
  • 9
  • 0
  • 490
  • 888

Comments

Add your comment
User 755523 avatar

gusc replied ago:

0 votes Vote down Vote up Reply

All is good except the usage of isset ... it's always a good practice to predefine your variables, so if you set $var = ''; and do an isset() - it will return true, because "the variable IS set" to empty string. One thought though, is it faster to use $var == '' or strlen($var) == 0?

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (9)



Voters Against This Link (0)