Some doco work. Changed main.bb and added a return link to all .bb files and began planning new entries for user orientated documentation.
This commit is contained in:
@@ -42,4 +42,6 @@ Returns the translated variant of $string for the current language or $string (d
|
||||
|
||||
[b]x($var), $x($array,$key)[/b]
|
||||
|
||||
Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0;
|
||||
Shorthand test to see if variable $var is set and is not empty. Tests vary by type. Returns false if $var or $key is not set. If variable is set, returns 1 if has 'non-zero' value, otherwise returns 0. -- e.g. x('') or x(0) returns 0;
|
||||
|
||||
Return to the [url=[baseurl]/help/main]Main documentation page[/url]
|
||||
|
||||
Reference in New Issue
Block a user