aboutsummaryrefslogtreecommitdiffstats
path: root/doc/faq_developers.bb
diff options
context:
space:
mode:
authorEiner von Vielen <tomwie@users.sourceforge.net>2015-01-18 17:47:31 +0100
committerEiner von Vielen <tomwie@users.sourceforge.net>2015-01-18 17:47:31 +0100
commita1ab658df1fc976954cbdd891343867b3ee64629 (patch)
treeb10d7c04032268a6d8daf02e59e0b9a9ab55c811 /doc/faq_developers.bb
parent123ca1d403a7e841b4f791f04a00acbec10c2b5b (diff)
downloadvolse-hubzilla-a1ab658df1fc976954cbdd891343867b3ee64629.tar.gz
volse-hubzilla-a1ab658df1fc976954cbdd891343867b3ee64629.tar.bz2
volse-hubzilla-a1ab658df1fc976954cbdd891343867b3ee64629.zip
Added table of contents for FAQs doc
- help/faq_admins - help/faq_members - help/faq_developers
Diffstat (limited to 'doc/faq_developers.bb')
-rw-r--r--doc/faq_developers.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/faq_developers.bb b/doc/faq_developers.bb
index 61843648a..010ef9b8a 100644
--- a/doc/faq_developers.bb
+++ b/doc/faq_developers.bb
@@ -1,8 +1,9 @@
[size=large][b]Frequently Asked Questions For Developers[/b][/size]
+[toc]
-[ul]
-[*][b]What does $a mean?[/b]
+
+[h3]What does $a mean?[/h3]
$a is a class defined in boot.php and passed all around Red Matrix as a global reference variable. It defines everything necessary for the Red Matrix application: Server variables, URL arguments, page structures, layouts, content, installed plugins, output device info, theme info, identity of the observer and (potential) page owner ...
We don't ever create more than one instance and always modify the elements of the single instance. The mechanics of this are somewhat tricky. If you have a function that is passed $a and needs to modify $a you need to declare it as a reference with '&' e.g.
@@ -24,7 +25,7 @@ function foo() {
get_app()->something = 'x';
}
[/code]
-[/ul]
+
#include doc/macros/main_footer.bb;