Subversion Repositories php_users

Rev

Rev 11 | Rev 22 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 16
Line 10... Line 10...
10
 
10
 
11
NOTE: This code uses the ternary and null coelescing shortcuts ?: and ??. I THINK these were introduced in PHP 5.3, but not sure. This code will not work on versions which do not have these shortcuts. See https://www.php.net/manual/en/language.operators.comparison.php
11
NOTE: This code uses the ternary and null coelescing shortcuts ?: and ??. I THINK these were introduced in PHP 5.3, but not sure. This code will not work on versions which do not have these shortcuts. See https://www.php.net/manual/en/language.operators.comparison.php
12
 
12
 
13
You can get a copy of this from our subversion repository
13
You can get a copy of this from our subversion repository
14
<code bash>
14
<code bash>
15
svn co http://svn.dailydata.net/svn/php_users/stable php_users
15
svn co http://svn.dailydata.net/svn/php_users/tags/stable php_users
16
</code>
16
</code>
17
My working copy is at
17
My working copy is at
18
http://svn.dailydata.net/svn/php_users/trunk
18
http://svn.dailydata.net/svn/php_users/trunk
19
but I recommend NOT using that as I use trunk as my personal playground and will commit broken code to it regularly
19
but I recommend NOT using that as I use trunk as my personal playground and will commit broken code to it regularly
20
 
20