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

Subscribe to our news:
Partners
Testimonials
Ananda Theerthan J: "I have been looking for PHP generator for years and now I am happy that I found one. Yes, its the PHP generator for MySQL. I completely rate 10/10 for this product for making life easier. It has lot of features and capabilities especially the CRUD, lookups and data partitioning. I love this product and recommend to others".
Dionys Henzen: "Congratulations! Your MySQL PHP Generator is a great tool, that can save a lot of time and money to a developer! I'll evaluate for sure your software products when I need them. Great job".

More

Add your opinion

PHP Generator for MySQL 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