webmcp

annotate demo-app/app/main/_prefork/01-models.lua @ 380:16baed4c0483

Extended _column_info table to be an associative array as well (in addition to a sequence); Allow direct (proxy) access to fields of JSON object in a special column (completed write access)
author jbe
date Mon Nov 16 01:33:02 2015 +0100 (2015-11-16)
parents 2169a62e12f5
children
rev   line source
jbe@254 1 function mondelefant.class_prototype:by_id(id)
jbe@254 2 return self:new_selector()
jbe@254 3 :add_where{ "id = ?", id }
jbe@254 4 :optional_object_mode()
jbe@254 5 :exec()
jbe@254 6 end
jbe@254 7 execute.inner()

Impressum / About Us