The AppGini Blog
A few tips and tricks to make your coding life a tiny bit better.

#Hooks

Create a user corresponding to each record in a table

This article shows how to automatically create a user account for each record in a table.

Create a user corresponding to each record in a table

How many ways can you turn a field into a phone link in AppGini?

This post demonstrates several ways to turn a field into a phone link in AppGini, using hooks, PHP, JavaScript, and SQL.

How many ways can you turn a field into a phone link in AppGini?

Using full-text searches in AppGini apps

This article shows you how to implement full-text searches in AppGini apps using hooks.

Using full-text searches in AppGini apps

How to hide columns in the table view based on user group in AppGini

This blog post explains how to hide specific columns in the table view based on the user group in AppGini, which is useful for showing different columns to different user groups.

How to hide columns in the table view based on user group in AppGini