think-orm
think-orm copied to clipboard
debug: single trigger result as function result
Event->trigger will return an array of result, but the query result should be a single result, using $once param fix that.