Author: allyb
Date: 2010-04-22 10:15:40 +0200 (Thu, 22 Apr 2010)
New Revision: 29231
Added:
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserCredentialForm.class.php
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserForm.class.php
Log:
Added doctring form directory. Shouldn't impact on propel version
Added:
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserCredentialForm.class.php
===================================================================
---
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserCredentialForm.class.php
(rev 0)
+++
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserCredentialForm.class.php
2010-04-22 08:15:40 UTC (rev 29231)
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * PluginsfEasyAuthUserCredential form.
+ *
+ * @package ##PROJECT_NAME##
+ * @subpackage form
+ * @author ##AUTHOR_NAME##
+ * @version SVN: $Id: sfDoctrineFormPluginTemplate.php 23810 2009-11-12
11:07:44Z Kris.Wallsmith $
+ */
+abstract class PluginsfEasyAuthUserCredentialForm extends
BasesfEasyAuthUserCredentialForm
+{
+}
Added:
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserForm.class.php
===================================================================
---
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserForm.class.php
(rev 0)
+++
plugins/sfEasyAuthPlugin/branches/2010-02-18_integration-of-doctrine/lib/form/doctrine/PluginsfEasyAuthUserForm.class.php
2010-04-22 08:15:40 UTC (rev 29231)
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * PluginsfEasyAuthUser form.
+ *
+ * @package ##PROJECT_NAME##
+ * @subpackage form
+ * @author ##AUTHOR_NAME##
+ * @version SVN: $Id: sfDoctrineFormPluginTemplate.php 23810 2009-11-12
11:07:44Z Kris.Wallsmith $
+ */
+abstract class PluginsfEasyAuthUserForm extends BasesfEasyAuthUserForm
+{
+}
--
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.