
16. Frappe Controller, ORM and SQL in - ERPNext
Use Controllers and orm to handle events.
category: Frappe Framework
Controllers are functions/methods that handles functionalities and events in your app. ORM (Object relational mapper) is an abstraction of SQL queries together with a python method.
Prev: 15. Create Child Doctype - ERPNext
Next: 16. Frappe Controller, ORM and SQL in - ERPNext