Scriptcase Full Link =link=

Technical Report: ScriptCase "Full Link" Feature

Unlike frameworks like Laravel or CodeIgniter, which require writing code line-by-line, Scriptcase adopts a visual approach. It acts as a bridge: it connects to your existing database (MySQL, PostgreSQL, SQL Server, Oracle, etc.) and generates a fully functional PHP application based on that structure.

Recommendation:

Always document your Full Link parameters in the application notes, especially when links are manually overridden in events or buttons. scriptcase full link

Scriptcase uses Application Links to create a seamless user experience by allowing one module to trigger another. Always use app_link when possible

  1. Always use app_link when possible. Hardcoding http://localhost will break in production. Use app_linkpage.php to let Scriptcase handle the domain.
  2. URL Encode parameters. If you pass names like "John & Sons", use urlencode().

    The most common use of the Full Link is turning a database field into a clickable URL in a Grid. which require writing code line-by-line