diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index ae181b58c..98951e7e8 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -75,6 +75,26 @@ * @endcode * + * The afterSaveFct is the function called after saving, the param is the HTML Element + @code PHP +// to redirect : we take the pk_id and redirect to another location + + $obj=$this->get_object_name(); + $url=DRIVINGSCHOOL_URL; + $script=<<