Skip to content

Instantly share code, notes, and snippets.

View TerranRich's full-sized avatar

Richard Brum TerranRich

View GitHub Profile
@cesarmiquel
cesarmiquel / drupal-8-cheatsheet.md
Last active May 24, 2024 06:01
Drupal 8/9/10 Cheatsheet

Drupal 8 Cheatsheet

[Update 2024] - This gist is almost useless compared to Drupal at your fingertips. Will create pull requests to update that if something is not already there.

Files, Images and Media

// Load file object
$file = File::load($fid);
@TerranRich
TerranRich / PDO_Cheatsheet.php
Last active April 23, 2024 17:18 — forked from hanvari/PDO_Cheatsheet.php
PHP PDO Cheatsheet
<?php
/**
* Reference:
* http://code.tutsplus.com/tutorials/why-you-should-be-using-phps-pdo-for-database-access--net-12059
*/
function connect() {
/**
* No matter what error mode you set,