22.07.2015, 08:27
orm_select, orm_insert, orm_update and orm_delete work only on the table you specified when creating the ORM instance. However, you can use your own queries to fetch data and simply assign it to your registered variables through "orm_apply_cache". That means you can use the "automatic assignment of registered variables" feature, but not the "automatic query generation and execution" feature.