ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,749
- Points
- 823
Reputation:
I'm running into an issue when I alter a table and add a new column, the new column doesn't exist and I get other errors like unknown getter, and some says the field is unknown, I know how to do the custom entities but is it a different approach for an existing table that you're altering..
This is my entity class
PHP:
Read more
Continue reading...
This is my entity class
PHP:
Code:
<?php
namespace rblapps\rbL1\Entity;
use XF\Mvc\Entity\Entity;
use XF\Mvc\Entity\Structure;
class PollResponse extends \XF\Entity\PollResponse
{
public static function...
Read more
Continue reading...