KlabsTechnology / andro

Automatically exported from code.google.com/p/andro
0 stars 0 forks source link

Allow php pre-insert/update code to prevent action #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In an x6 class you can add methods like <table_name>_Before_insert($row)
that are given a row before it is inserted or updated.

When this enhancement goes in, if the routines returns false then the
action is prevented.  To allow the action to proceed you return the row
with or without modifications.

Original issue reported on code.google.com by KenDown...@gmail.com on 8 Jun 2009 at 4:35

GoogleCodeExporter commented 8 years ago
This issue was closed by r1376.

Original comment by KenDown...@gmail.com on 8 Jun 2009 at 4:43