Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Simon Greener: "A lot of work went in to designing our application database. PHP Generator allowed us to build a fully functional, professional looking, and functionally powerful web application from that database. It has freed us from worrying about low level code, enabling us to focus on the business requirements of the customer. The support provided is excellent with staff quickly producing answers to questions ranging from newbie to simple or complex. I highly recommend the product".
Olivier Auverlot: "At my work (a universitary computer research laboratory), I'm alone to create all applications and databases. I don't know how I could do all the work without it. It's really a very productive software. I can focus on the database schemas and create quickly the user applications with a minimal amount of code to maintain".

More

Add your opinion

PostgreSQL PHP Generator online Help

Prev Return to chapter overview Next

Record-level security

Record-level security allows you to specify records to be accessible to a certain user. This feature is available for table-based and hard-coded authorization types.

 

To enable record-level security for a page, define a column that identifies the record owner selecting the appropriate value from the drop down list in the Owner field name column. Now all users are divided into two groups: the record owners, and the others. Then grant privileges for each of these groups separately. Note the application and page admins bypass record-level security, so they can access (and change) all the records.

 

Click the Set options for all button to specify owner field name and/or permissions for all pages at once. Use the Reset settings button to clear all the settings made in this window.

 

 

Live examples of using this feature can be found in the Security Demo.

 

You can customize record-level security for a certain page with the OnGetCustomRecordPermissions event.

 



Prev Return to chapter overview Next