From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/mod_2network_8php.html | 226 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 226 insertions(+) create mode 100644 doc/html/mod_2network_8php.html (limited to 'doc/html/mod_2network_8php.html') diff --git a/doc/html/mod_2network_8php.html b/doc/html/mod_2network_8php.html new file mode 100644 index 000000000..90eda2ac2 --- /dev/null +++ b/doc/html/mod_2network_8php.html @@ -0,0 +1,226 @@ + + + + + + +The Red Project: mod/network.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
network.php File Reference
+
+
+ + + + + + + + + + +

+Functions

 network_init (&$a)
 
 saved_searches ($search)
 
 network_query_get_sel_tab ($a)
 
 network_content (&$a, $update=0, $load=false)
 
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
network_content ($a,
 $update = 0,
 $load = false 
)
+
+ +

Referenced by update_network_content().

+ +
+
+ +
+
+ + + + + + + + +
network_init ($a)
+
+ +
+
+ +
+
+ + + + + + + + +
network_query_get_sel_tab ( $a)
+
+

Return selected tab from query

+

urls -> returns '/network' => $no_active = 'active' '/network?f=&order=comment' => $comment_active = 'active' '/network?f=&order=post' => $postord_active = 'active' '/network?f=&conv=1', => $conv_active = 'active' '/network/new', => $new_active = 'active' '/network?f=&star=1', => $starred_active = 'active' '/network?f=&spam=1', => $spam_active = 'active'

+
Returns
Array ( $no_active, $comment_active, $postord_active, $conv_active, $new_active, $starred_active, $spam_active );
+ +

Referenced by network_content(), and network_init().

+ +
+
+ +
+
+ + + + + + + + +
saved_searches ( $search)
+
+ +

Referenced by network_init().

+ +
+
+
+
+ + + + -- cgit v1.2.3