Calculate value with data from another model |
Hi, this is code from my seminar model:
PHP Code: // Seminar Model In the seminar_dates model i want to calculate a price and need data from the seminar model. How can i solve this? Getting the seminar_date model with an seminar is easy, because then i have access to the seminar property in the seminar_date model by doing this: PHP Code: // Seminar_date Model |
Messages In This Thread |
Calculate value with data from another model - by groovebird - 03-29-2020, 05:08 AM
RE: Calculate value with data from another model - by ZoeF - 03-29-2020, 06:27 AM
RE: Calculate value with data from another model - by groovebird - 03-29-2020, 06:38 AM
RE: Calculate value with data from another model - by ZoeF - 03-29-2020, 06:46 AM
RE: Calculate value with data from another model - by wdeda - 05-05-2021, 06:23 AM
RE: Calculate value with data from another model - by InsiteFX - 05-06-2021, 02:57 AM
RE: Calculate value with data from another model - by marciano.dili - 05-22-2021, 10:35 PM
RE: Calculate value with data from another model - by skaleon - 11-16-2021, 08:40 AM
|