/doctrine2.tmbundle

Textmate Bundle for Doctrine 2.0

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

Installation

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd !$
git clone git://github.com/hobodave/doctrine2.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'

Usage

  • de - generates a Doctrine 2 Entity
  • dp - generates a Doctrine 2 Property
  • getset1 - generates accessors for a single property
  • getset - generates accessors for all properties