tomash
|
9ab775b5b7
|
several public keyword added
|
2006-11-23 14:42:33 +00:00 |
paul
|
ec562b0165
|
Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:01:08 +00:00 |
paul
|
2824643ca3
|
Fixed function call names for renamed functions.
|
2006-11-21 15:51:34 +00:00 |
paul
|
bb00be70bb
|
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
|
2006-11-14 19:09:20 +00:00 |
paul
|
fe31d2dfab
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |