mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Initial code changes to insert/update Ebook records
This commit is contained in:
parent
073f138c47
commit
63d411a2e6
10 changed files with 531 additions and 28 deletions
|
@ -1,12 +1,13 @@
|
|||
<?
|
||||
/**
|
||||
* @property string $Url
|
||||
* @property string $UrlName
|
||||
*/
|
||||
class Tag{
|
||||
use Traits\Accessor;
|
||||
|
||||
public int $TagId;
|
||||
public string $Name;
|
||||
public string $UrlName;
|
||||
protected ?string $_UrlName = null;
|
||||
protected ?string $_Url = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue