Support

Home Forums Event Espresso Premium Table with check-in data

Table with check-in data

Posted: September 29, 2016 at 1:22 am

Viewing 4 reply threads


Beagle

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


Beagle

October 3, 2016 at 12:42 am

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


Seth Shoultes

  • Support Staff

October 4, 2016 at 8:32 am

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?


Beagle

October 13, 2016 at 4:44 am

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(
‘Registration’ => new EE_Primary_Table( ‘esp_registration’, ‘REG_ID’ )
);

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();
foreach( $events as $event ) {
echo $event->name().”<br>”;
}

echo $events;

?>

Hope you can help, and thanks so far!

Mattias


Josh

  • Support Staff

October 19, 2016 at 11:44 am

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.

Viewing 4 reply threads

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.

Event Espresso