<?php /** * Object represents table 'youtube_link' * * @author: http://phpdao.com * @date: 2022-03-02 22:30 */ class YoutubeLink{ var $id; var $url; var $status; } ?>