Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php on line 560

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/inc/auth.php on line 495

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/inc/common.php on line 1992

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/inc/actions.php on line 210
basics - TextStorm Wiki

The Wiki is still in development, please bare with us while we add and update content.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
basics [2016/12/05 22:20]
textstorm
basics [2016/12/08 22:05]
textstorm
Line 2: Line 2:
 To develop for TextStorm you will need to know; PHP, HTML, CSS and MySQL using the PDO Connector to ensure you can understand, modify and create new code. To develop for TextStorm you will need to know; PHP, HTML, CSS and MySQL using the PDO Connector to ensure you can understand, modify and create new code.
  
-The main database object is stored inside a variable and is passed as $db to each function.+The main database object is stored inside a variable and is passed as $db to each function, including plugins.
  
-Constants are available to all code that includes the "​includes/​functions.php"​ script.+[[constants|Constants]] are available to all code that includes the "​includes/​functions.php"​ script.
  
-Functions can be access by instantiating the User class. This is often accessible through the $user variable pre-instantiated (this is passed to plugins)+[[functions|Functions]] can be access by instantiating the User class. This is often accessible through the $user variable pre-instantiated (this variable **is** passed to plugins, but **is not** available for schedules!) 
 + 
 +View our [[plugin_development|Plugin Developer Documentation]] to get information on how to develop plugins. 
 + 
 +View our [[schedule_development|Schedule Developer Documentation]] to get information on how to develop schedules.

QR Code
QR Code basics (generated for current page)