© 2006-2023 Radicore Software Ltd
Latest news
RADICORE v2.26.0 released04 April 2023
RADICORE v2.25.0 released04 February 2023
RADICORE v2.24.0 released01 January 2023
Knowledge Base
Evolution of the RADICORE framework01 June 2022
How Radicore prevents SQL Injection attacks17 July 2021
How Radicore prevents CSRF attacks08 October 2017
Articles
Support for PHP4 dropped, support for PHP7 started01 October 2016
Why you should build your web application back-to-front06 January 2013
What is the 3-Tier Architecture?14 October 2012
Other Stuff
Active Record: Getting it Right31 March 2023
The PHP core developers are lazy, incompetent idiots13 February 2023
The database is NOT just an implementation detail04 February 2023
Tutorial
Having installed the toolkit you will want to know how to create an application with it. This tutorial will take you through all the procedures step by step, and show you how all the basic functions can be created without having to write a single line of code. These steps include:
- Creating a directory to contain all the files for each application.
- Importing a database structure into the Data Dictionary.
- Using the Data Dictionary to define relationships for the benefit of the application.
- Exporting that structure to the application by creating a class file for each table.
- Creating transactions by choosing which transaction pattern to use against which table.
Having used the Radicore toolkit to create transactions, you can then immediately run them to see the results. This detailed tutorial will provide working examples by building actual transactions for a test database. These transactions deal with single database tables, one-to-many relationships, and even many-to-many relationships.
It also contains examples of customising screen layouts, and of customising the table classes to implement business rules or task specific behaviour.