Sloodle programming survival kit

From SLIS Second Life Wiki

Jump to: navigation, search

Got some great Sloodle programming links? Feel free to add them here, but please try to keep it neat and tidy! :-)


PHP

Official PHP website. Contains documentation about the language and lots of other useful information. Please be aware of PHP versions though! Sloodle currently only supports PHP5, although we are trying to support PHP4 as well.

It is very important that you know the difference between Sloodle and Moodle! Many of the functions you see used in the Sloodle module are part of the Moodle libraries, so you will need the Moodle documentation for them.


LSL

An unofficial but very good wiki about LSL programming. It is a crucial resource for anybody using LSL!


SQL

A tutorial and simple reference about SQL. You should not use SQL very often when accessing the Moodle database, as plenty of functions are provided. However, it can be useful sometimes.


This page is part of the Sloodle documentation
SloodleDocs Home | User Documentation | Administrator Documentation | Developer Documentation | Sloodle Wiki Home