#PHP
Highlight records that belong to the current user's group
Highlight records that belong to the current user’s group in the table view of your AppGini app.
Highlight records that belong to the current user's groupHow 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?Prevent specific groups from directly accessing a table in AppGini
In this post, we’ll show how to prevent specific user groups from directly accessing a table in AppGini, while still allowing them to access it as a child table.
Prevent specific groups from directly accessing a table in AppGiniTrying to detect your application URI using DOCUMENT_ROOT? Read this first!
If you’re trying to detect your application URI using DOCUMENT_ROOT, you might be doing it wrong! Read this article to learn why and how to do it right.
Trying to detect your application URI using DOCUMENT_ROOT? Read this first!Prepare a LAMP web development server on Amazon EC2
A checklist for setting up a LAMP development server on Amazon EC2.
Prepare a LAMP web development server on Amazon EC2How to paginate a database query in PHP the no-frameworks way
This article shows you how to paginate a database query in PHP without using any frameworks.
How to paginate a database query in PHP the no-frameworks wayMaking sure a PHP script is accessible only through being included
This article shows how to make sure a PHP script is accessible only through being included in other scripts, and not by being accessed directly through its URL.
Making sure a PHP script is accessible only through being included