Создание CMS на php - 36 урок (Добавление плагинов)
Github - https://github.com/artemmelnik/flexicms
Commit - https://github.com/artemmelnik/flexic...
CREATE TABLE IF NOT EXISTS `plugin` (
`id` int(11) NOT NULL,
`directory` varchar(255) NOT NULL,
`is_active` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
ALTER TABLE `plugin`
ADD PRIMARY KEY (`id`);
ALTER TABLE `plugin`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=3;
Watch video Создание CMS на php - 36 урок (Добавление плагинов) online without registration, duration hours minute second in high quality. This video was added by user Developer Start 15 October 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 4,51 once and liked it 7 people.