慕的地6264312
如果是workingwithmodels则$robot=newRobots();$robot->type="mechanical";$robot->name="AstroBoy";$robot->year=1952;if($robot->save()==false){echo"Umh,Wecan'tstorerobotsrightnow:\n";foreach($robot->getMessages()as$message){echo$message,"\n";}}else{echo"Great,anewrobotwassavedsuccessfully!";}如果是phql则$phql="INSERTINTOCarsVALUES(NULL,'NissanVersa',7,9999.00,2012,'Sedan')";$result=$manager->executeQuery($phql);if($result->success()==false){foreach($result->getMessages()as$message){echo$message->getMessage();}}