Can I create an entity without having a corresponding table?
I want to have a new entity, give it methods, use it in templates, and check if I can use $newEntity.canSomething().
Is that possible? How do I create this entity without a structure? And how do I tell XF that it exists?
I want to have a new entity, give it methods, use it in templates, and check if I can use $newEntity.canSomething().
Is that possible? How do I create this entity without a structure? And how do I tell XF that it exists?