Comparing
#4 with
#5
Revision #5 was created by
jonah on Feb 16, 2009, 6:49:16 AM.
we are XSS free
Content
<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {
$('p').hide();
});
/*]]>*/
</script>
There are dozens of ways to automate the setting of timestamps in yii ActiveRecord models. Two ways you can do this are
1. Via rules()
2. Via beforeSave()
To start off we need a database table.[...]