<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wizardstoolkit.com/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wizardstoolkit.com/wiki/feed.php">
        <title>Wizard&amp;apos;s Toolkit</title>
        <description></description>
        <link>http://wizardstoolkit.com/wiki/</link>
        <image rdf:resource="http://wizardstoolkit.com/wiki/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-02T14:11:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=api_integration&amp;rev=1743263792&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=blogging&amp;rev=1743263927&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=broadcast_messages&amp;rev=1662331347&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=browse_box&amp;rev=1743300788&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=cron_jobs&amp;rev=1743364009&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=developing_methodology&amp;rev=1743262923&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=docker_options&amp;rev=1744069699&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=emails&amp;rev=1662331230&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=file_storage&amp;rev=1743357409&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=security_levels_and_staff_roles&amp;rev=1662331315&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=start&amp;rev=1745792689&amp;do=diff"/>
                <rdf:li rdf:resource="http://wizardstoolkit.com/wiki/doku.php?id=widget_management&amp;rev=1743356670&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wizardstoolkit.com/wiki/lib/exe/fetch.php?media=wiki:logo.png">
        <title>Wizard&apos;s Toolkit</title>
        <link>http://wizardstoolkit.com/wiki/</link>
        <url>http://wizardstoolkit.com/wiki/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=api_integration&amp;rev=1743263792&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-29T15:56:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>api_integration</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=api_integration&amp;rev=1743263792&amp;do=diff</link>
        <description>API integration

The Wizard&#039;s Toolkit has functions to make integrating with APIs easier for the developer.  These functions are kept in the /wtk/lib folder and are named after the company they are integrating with.

These include:

	*  PayPal
		*  wtkPayPalOneItem</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=blogging&amp;rev=1743263927&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-29T15:58:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>blogging</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=blogging&amp;rev=1743263927&amp;do=diff</link>
        <description>Blogging with Wizard&#039;s Toolkit

This is not a full-featured blog but will provide all the basics and does not require installing WordPress or any other libraries.  Current version does not allow the public to add Comments but that enhancement could easily be added.  Wizard&#039;s Toolkit is a low code development library and this code stores your data in</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=broadcast_messages&amp;rev=1662331347&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-04T22:42:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>broadcast_messages</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=broadcast_messages&amp;rev=1662331347&amp;do=diff</link>
        <description>Broadcast Messages

Overview

When you want to give a notice to everyone on the website you can using the Broadcast feature.  You can set when you want the message to show, who the target audience is, how long to show the message and more.  When a person clicks to close the message it records their information.</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=browse_box&amp;rev=1743300788&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-30T02:13:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>browse_box</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=browse_box&amp;rev=1743300788&amp;do=diff</link>
        <description>Browse Box

One of the most common needs of any website is to list data.  The wtkBuildDataBrowse PHP function makes it extremely easy to do this.

As an example of the simplest use, these few lines create a fully functioning page by calling wtkFillBrowsePage</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=cron_jobs&amp;rev=1743364009&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-30T19:46:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>cron_jobs</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=cron_jobs&amp;rev=1743364009&amp;do=diff</link>
        <description>CRON Jobs

Wizard&#039;s Toolkit has files prepared for common cron job operations.  By default the cron jobs are located in a /cron folder which is public on the webserver.  You can (and probably should) move that to a non-public location on the server.  Since Nginx, Apache and other webservers have different methodologies for calling CRON jobs, those details can be decided by your DevOps person.</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=developing_methodology&amp;rev=1743262923&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-29T15:42:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>developing_methodology</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=developing_methodology&amp;rev=1743262923&amp;do=diff</link>
        <description>Developing Methodology

As a low-code development library, the goal of the Wizard&#039;s Toolkit is to provide you a framework of PHP, SQL and JavaScript that work together to make developing data-driven websites easy and quick.

Once you have downloaded the library and deployed it to your server, all the basics should already be working.  This includes ability for users to register, forgot-password feature, log in to a dashboard, and you have a back-office allowing you to manage users and their acti…</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=docker_options&amp;rev=1744069699&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-07T23:48:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>docker_options</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=docker_options&amp;rev=1744069699&amp;do=diff</link>
        <description>Docker Options

Docker makes it easy to jump in and have a perfect environment for working on Wizard&#039;s Toolkit. Plus, Docker facilitates scaling through Kubernetes and other methods. Wizard&#039;s Toolkit provides what we think is an ideal environment, but since this is low-code, you are welcome to change any aspects you want.</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=emails&amp;rev=1662331230&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-04T22:40:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>emails</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=emails&amp;rev=1662331230&amp;do=diff</link>
        <description>Email Tracking

When an email is sent using a function in Wizard&#039;s Toolkit it is also saved into the wtkEmailsSent SQL data table so they can be viewed directly by associated users as a means of tracking outbound emails and internal communications.</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=file_storage&amp;rev=1743357409&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-30T17:56:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>file_storage</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=file_storage&amp;rev=1743357409&amp;do=diff</link>
        <description>File Storage

Almost all websites need to allow uploading files and tracking them.  Sometimes you want to associate an image with a specific data row like a user image associated with user.  Other times you may want to allow uploading multiple documents and/or images associated with a parent row of data.</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=security_levels_and_staff_roles&amp;rev=1662331315&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-04T22:41:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>security_levels_and_staff_roles</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=security_levels_and_staff_roles&amp;rev=1662331315&amp;do=diff</link>
        <description>Security Levels and Staff Roles

Managing who can access a page can be easily be done by using Security Levels and Staff Roles in the `wtkUsers` data table.

Security Levels

In many cases you want to simply define a levels of access based on Security Level within a company.  This can be done using the `wtkUsers`.`SecurityLevel` data column which is a smallint and defaults to 1.</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=start&amp;rev=1745792689&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-27T22:24:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=start&amp;rev=1745792689&amp;do=diff</link>
        <description>Welcome to the Wizard&#039;s Toolkit Wiki

Developing Methodology with Wizard&#039;s Toolkit

Docker Options - MySQL, PostgreSQL and MySQL with Python

Security Levels and Staff Roles for managing page access

Browse Box - quickly and easily create lists of data with robust features

Widget Management - creation, grouping and auto-assigning

Email Tracking from emails sent via the website</description>
    </item>
    <item rdf:about="http://wizardstoolkit.com/wiki/doku.php?id=widget_management&amp;rev=1743356670&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-30T17:44:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>widget_management</title>
        <link>http://wizardstoolkit.com/wiki/doku.php?id=widget_management&amp;rev=1743356670&amp;do=diff</link>
        <description>Widget Management

By default in Wizard&#039;s Toolkit each user has their own dashboard of widgets.  These widgets give them important stats and information regarding the website.  Some pre-defined widgets are included with Wizard&#039;s Toolkit and any developer with a little SQL knowledge can easily create unlimited custom widgets.</description>
    </item>
</rdf:RDF>
