Commit 3f512914 by Jansa Jose

J: validation app model changes

parent fedae876
......@@ -934,6 +934,10 @@ class Validation_app_model extends CI_Model {
)
),
),
'flight_book'=>array(),
'flight_ticket_order'=>array(),
'flight_trip_details'=>array(),
'cancel_flights'=>array(),
);
public function validation_check($method_name, $parms) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment