Пример #1
0
    def load(self, id):
        """\
		load(id)

		Loads a thing from the database.
		"""
        SQLTypedBase.load(self, id)

        # Load the categories now
        self.categories = self.get_categories()

        # Load the properties now
        self.properties = self.get_properties()
	def load(self, id):
		"""\
		load(id)

		Loads a thing from the database.
		"""
		SQLTypedBase.load(self, id)

		# Load the categories now
		self.categories = self.get_categories()

		# Load the properties now
		self.properties = self.get_properties()