Skip to content

Instantly share code, notes, and snippets.

<?php
class CurrentUser
{
public $sessionId;
private $id;
private $loggedIn = false;
private $displayName;
private $sessionPersistent;
@jburns131
jburns131 / My Custom Eclipse PDT PHP Editor Templates.md
Last active August 29, 2015 14:03
Eclipse PHP Editor DebuggingTemplates - Quick and easy code blocks that help speed up debugging time

Front Matter

Last tested using Eclipse 4.3.2 (Kepler), PDT v3.3.0

Explanation

Eclipse PDT's 'PHP Editor Templates' allow us to create custom autocompletion templates.

This is a small collection of templates I have created for personal use. These templates create code blocks that allow me to: