webmcp

annotate demo-app/app/main/_prefork/01-models.lua @ 563:2c31275322db

Allow inheritance in translation tables using __parent
author jbe
date Sun Mar 07 16:58:59 2021 +0100 (2021-03-07)
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