Posted: September 29, 2016 at 1:22 am
|
Hi Team EE, In EE4 I am trying to get a table which has the attendees of a single event on the left side, the date-times at the top, and then the check-ins of the attendees in the table. Left next to the table I would like to have the total amount of check-ins per attendee. On the bottom of this table I would like a total amount of check-ins of the date-time from the event. I tried all kinds of things with quering models, but I can’t seem to get it to work. The $this function is not clear to me, so after spending numerous hours I hoped you could help me out. In principle, it is just about getting specific data from the database tables. Many thanks in advance, Mattias |
|
Hi Team EE, Is there any help you can provide me with? I just need a nudge in the right direction. If it is too much, please let me know so I can think of other ways to get a solution. Hope to hear from you! I have been helped greatly by the support so far. Mattias |
I’m not sure I can help at all, but it might be best if you could share the code you have created so far. I would recommend pasting it into a Gist for easier display. Also, have you considered hiring a PHP or WordPress developer that’s familiar with object oriented programming?
|
|
|
Hi Seth, I haven’t really got anything much, but for example: In the page about model quering (https://github.com/eventespresso/event-espresso-core/blob/master/docs/G–Model-System/model-querying.md) You have got this piece of code: $this->_tables = array( How do I get the table (containing these registrations), to show on the front – or backend of my website? I can get the event-names with this code for example: <?php $events = EEM_Event::instance()->get_all(); echo $events; ?> Hope you can help, and thanks so far! Mattias |
Hi Mattias, I can advise teaming up with a PHP developer to help you with your project. They’ll be able to help with putting together the custom table to your specs. There are a few developers listed here: https://eventespresso.com/developers/event-espresso-pros/ and there are job boards like this one where it’s free to post an ad. |
|
The support post ‘Table with check-in data’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.