Skip to content

Instantly share code, notes, and snippets.

@jimgwhit
jimgwhit / BlogController.php
Created July 29, 2021 18:58 — forked from tobysteward/BlogController.php
Laravel AJAX Pagination with JQuery
<?php
class BlogController extends Controller
{
/**
* Posts
*
* @return void
*/
public function showPosts()
@jimgwhit
jimgwhit / db.php
Created May 16, 2021 20:29 — forked from luckyshot/db.php
PHP/MySQL (PDO Database) method with named parameters
<?php
/*
PHP/MySQL (PDO) method with named parameters
---------------------------------------------
https://gist.github.com/luckyshot/9477105
Last updated: 12 Sep 17
$config = [