Install the App?

Download

Download the ZnetDK 4 Mobile framework and other resources...

ZnetDK for Mobile

Version 3.1

Release date December 21, 2023

FILE CONTENT
znetdk4m-v31.zip
(latest version)
[1250 KB]
Software Development Kit ZnetDK for Mobile version 3.1 including the following additional components:

jQuery version 3.6.0
W3.CSS version 4.12
FontAwesome version 4.7.0
Google Font Exo Regular version 7.

Supports PHP 8.2

See CHANGELOG for details.

  Download latest version
znetdk4m-v30.zip
[1246 KB]
Software Development Kit ZnetDK for Mobile version 3.0 released on September 10, 2023.
Supports PHP 8.2

See CHANGELOG for details.

  Download
znetdk4m-v29.zip
[1244 KB]
Software Development Kit ZnetDK for Mobile version 2.9 released on April 7, 2023.
Supports PHP 8.1

See CHANGELOG for details.

  Download

The ZIP archives downloaded for this and previous versions were generated on Windows and contain source code with CRLF characters as line separators.
To get LF character as line separator on Linux, first unzip ZIP archive under Windows before transfering its content via FTP.

znetdk4m-v28.zip
[1238 KB]
Software Development Kit ZnetDK for Mobile version 2.8 released on December 12, 2022.
Supports PHP 8.1

See CHANGELOG for details.

  Download
znetdk4m-v27.zip
[1230 KB]
Software Development Kit ZnetDK for Mobile version 2.7 released on August 18, 2022.
Supports PHP 7.4

See CHANGELOG for details.

  Download
znetdk4m-v26.zip
[1207 KB]
Software Development Kit ZnetDK for Mobile version 2.6 released on June 03, 2022.
Supports PHP 7.4

See CHANGELOG for details.

  Download
znetdk4m-v25.zip
[1202 KB]
Software Development Kit ZnetDK for Mobile version 2.5 released on September 29, 2021.
Supports PHP 7.4

See CHANGELOG for details.

  Download
znetdk4m-v24.zip
[1190 KB]
Software Development Kit ZnetDK for Mobile version 2.4 released on April 15, 2021.
Supports PHP 7.3

See CHANGELOG for details.

  Download
znetdk4m-v23.zip
[1188 KB]
Software Development Kit ZnetDK for Mobile version 2.3 released on October 9, 2020.
Supports PHP 7.3

See CHANGELOG for details.

  Download
znetdk4m-v22.zip
[1180 KB]
Software Development Kit ZnetDK for Mobile version 2.2 released on May 25, 2020.
Supports PHP 7.3

See CHANGELOG for details.

  Download
znetdk4m-v21.zip
[1176 KB]
Software Development Kit ZnetDK for Mobile version 2.1 released on October 15, 2019.
Supports PHP 7.0

See CHANGELOG for details.

  Download

Security SQL Tables

The Security SQL Tables must be imported into the database of your application in order to authenticate users.

FILE CONTENT
znetdk-security-1.6.zip SQL Script for creating the security tables. The ZIP archive contains the following files:

CHANGELOG.TXT: the history of the modifications.
INSTALL.TXT: the installation procedure.
znetdk-security.sql: script MySQL for creating the tables zdk_users, zdk_profiles, zdk_user_profiles, zdk_profile_menus, zdk_profile_rows and zdk_user_pwd_resets.

  Download

Tutorial

Download here the scripts mentioned in the Tutorial page for developing a contact list.

FILE CONTENT
zdk4m-tuto-contacts.sql SQL Script for creating the table named contacts and populate it with 100 sample rows.

  Download
zdk4m-tuto-contacts.zip The ZIP archive containing the PHP source code of the Tutorial to manage contacts with the ZnetDK for Mobile Starter Application.
Find within the ZIP archive the following scripts:

menu.php: the APP menu definition including the My contacts menu item.
contactctrl.php: the application controller for managing contacts.
contactlist.php: the view developed for displaying and managing a list of contacts.

  Download