File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,16 @@ Rebuild your model:
45
45
46
46
` > ./symfony propel:build --all-classes `
47
47
48
+ myUser.class.php
49
+ ----------------
50
+
51
+ In ` myUser.class.php ` (frontend and backend application), you have to define the following functions (for the current logged on user):
52
+
53
+ * getAuthorId() : Author Id,
54
+ * getAuthorName() : Author Name,
55
+ * getAuthorEmail() : Author Email,
56
+ * getAuthorWebsite() : Author Website.
57
+
48
58
Frontend Usage
49
59
-------------
50
60
@@ -178,14 +188,8 @@ public function getAuthorEmail()
178
188
}
179
189
` ` `
180
190
181
- and in `myUser.class.php` (for backend application) :
182
-
183
- * getAuthorId() : Author Id,
184
- * getAuthorName() : Author Name,
185
- * getAuthorEmail() : Author Email,
186
- * getAuthorWebsite() : Author Website.
187
-
188
191
There are several options you may consider when you enabled Email notification :
192
+
189
193
* **mail_alert**. This setting used to enabled email notification. Possible values are:
190
194
* true: send an email for every posted comment
191
195
* moderated: send an email for every automoderated comment
You can’t perform that action at this time.
0 commit comments