Custom File without Include Common Files

I created Custom File without using Include Common Files. (v2026)

Error Encountered: Unable to Execute the following ff:

ExecuteRows

ExecuteScalar

What are the required libraries that need to include?

If you have not included common files, there is no PHPMaker code at all, you are on your own, you cannot use the Global functions. If you want to use them, you should include common files.

If you are trying to write some standalone .php files and execute it by access the URL directly, you should avoid it. You better add a controller yourself.