more documentation for code in core

git-svn-id: file:///home/shish/svn/shimmie2/trunk@629 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish
2007-12-06 11:01:18 +00:00
parent 60e89ef893
commit db582a2d46
6 changed files with 49 additions and 11 deletions

View File

@@ -1,4 +1,7 @@
<?php
/*
* An object representing a row in the "users" table.
*/
class User {
var $id;
var $name;