Skip to content

Instantly share code, notes, and snippets.

@fffy2366
fffy2366 / php-pdo-crud
Last active October 31, 2019 11:58
basic-crud-operations-with-pdo
<?php
namespace Hifreelight\lib;
use PDO;
/**
* https://odan.github.io/2017/01/07/basic-crud-operations-with-pdo.html
*/
class DBUtils
{
public $connection = null;
0x002a03e9a559713fA9865c48974E6247Fe83506a
@fffy2366
fffy2366 / github.css
Created November 15, 2015 15:51 — forked from theconektd/github.css
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {