mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
Initial add comment implementation.
This commit is contained in:
@@ -18,4 +18,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
class Comment_Model extends ORM {
|
||||
var $validation_rules = array(
|
||||
"author" => "required",
|
||||
"email" => "required|valid_email",
|
||||
"text" => "required");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user