Examples - lokothodida/DM_Matrix GitHub Wiki

Below are examples of how The Matrix can be implemented as a data-structure for your plugins. It is best to ready the Getting Started guides before looking at these examples, in order to better understand them. All examples suppose that TheMatrix class has been initialized in object $var:

$var = new TheMatrix;

Remember: these examples may be functional, but are not complete ready-made solutions to plugin requests that you have. Security measures may need to be added (e.g. captcha, server side validation).