In a Rush? Install with Drush!

You know how to install Drupal the normal way, but there is a shortcut, if you have drush.
Type:
Tip
Tags:
D7
Drupal
drush
install

roundDown for php

It seems crazy that php doesn't have a native roundDown function.
Type:
Tip
Tags:
php

Making the ssl Connection in Drupal

There are times when the connection to your Drupal database will need to be via ssl, such as when using an external DB service like clearDB. How do you accomplish this with regards to the settings.php file?
Type:
Tip
Tags:
D8
Drupal
database