Author: ornicar2
Date: 2010-02-12 21:29:08 +0100 (Fri, 12 Feb 2010)
New Revision: 27976
Added:
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/helper/DmAlternativeHelper.php
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/view/dmAlternativeHelper.php
Log:
[Diem] fixed missing files in dmAlternativeHelperPlugin
Added:
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/helper/DmAlternativeHelper.php
===================================================================
---
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/helper/DmAlternativeHelper.php
(rev 0)
+++
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/helper/DmAlternativeHelper.php
2010-02-12 20:29:08 UTC (rev 27976)
@@ -0,0 +1,11 @@
+<?php
+
+function _tagO($name, array $opt = array())
+{
+ return _open($name, $opt);
+}
+
+function _tagC($name)
+{
+ return _close($name);
+}
\ No newline at end of file
Property changes on:
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/helper/DmAlternativeHelper.php
___________________________________________________________________
Added: svn:executable
+ *
Added:
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/view/dmAlternativeHelper.php
===================================================================
---
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/view/dmAlternativeHelper.php
(rev 0)
+++
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/view/dmAlternativeHelper.php
2010-02-12 20:29:08 UTC (rev 27976)
@@ -0,0 +1,14 @@
+<?php
+
+class dmAlternativeHelper extends dmHelper
+{
+ public function _tagO($tagName, array $opt = array())
+ {
+ return $this->open($tagName, $opt);
+ }
+
+ public function _tagC($tagName)
+ {
+ return $this->close($tagName);
+ }
+}
\ No newline at end of file
Property changes on:
plugins/diemPlugin/trunk/dmCorePlugin/plugins/dmAlternativeHelperPlugin/lib/view/dmAlternativeHelper.php
___________________________________________________________________
Added: svn:executable
+ *
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.