From 1cac815a39318afd84c7d600d61c5a07b91e5592 Mon Sep 17 00:00:00 2001 From: Edward Mann Date: Wed, 20 Feb 2008 19:37:47 +0000 Subject: [PATCH] new foreach in template fixes #667 submitted by pteague --- .../templates/default-templates.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/net.sourceforge.phpeclipse/templates/default-templates.xml b/net.sourceforge.phpeclipse/templates/default-templates.xml index b8842d0..90c8e86 100644 --- a/net.sourceforge.phpeclipse/templates/default-templates.xml +++ b/net.sourceforge.phpeclipse/templates/default-templates.xml @@ -26,6 +26,15 @@ $$${array_element} = $$${array}[$$${index}]; ${cursor} } + + +