[FRAMEWORK] Xây dựng page Account Phần 8 (ok)

C:\Users\Administrator\Downloads\wp_bj_event.sql

-- phpMyAdmin SQL Dump
-- version 5.1.3
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jul 30, 2022 at 07:46 PM
-- Server version: 10.4.24-MariaDB
-- PHP Version: 7.4.28
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `reset4`
--
-- --------------------------------------------------------
--
-- Table structure for table `wp_bj_event`
--
CREATE TABLE `wp_bj_event` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `phone` varchar(15) NOT NULL,
  `date_` date NOT NULL,
  `time_from` time NOT NULL,
  `time_to` time NOT NULL,
  `province` varchar(5) NOT NULL,
  `district` varchar(5) NOT NULL,
  `ward` varchar(7) NOT NULL,
  `street` varchar(255) NOT NULL,
  `images` varchar(255) NOT NULL,
  `going` int(5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dumping data for table `wp_bj_event`
--
INSERT INTO `wp_bj_event` (`id`, `user_id`, `title`, `description`, `phone`, `date_`, `time_from`, `time_to`, `province`, `district`, `ward`, `street`, `images`, `going`) VALUES
(1, 2, 'Healthy Event', 'We buy clothes. To update scientific information and new recomm-endations for optimal management of elderly patients', '0123456789', '2022-02-19', '10:00:00', '11:00:00', '79', '760', '26734', '128 Nguyễn Đình Chiểu', '[17,18,19]', 0),
(2, 2, 'Happy weekend', 'Khu vui chơi ở Sài Gòn là nơi lý tưởng để tụ họp bạn bè, giải trí cuối tuần cùng người thân. Dưới đây sẽ là những điểm đến nổi tiếng, thú vị và nhiều hoạt động nhất cho bạn thỏa sức khám phá', '0987654321', '2022-02-20', '19:00:00', '17:20:00', '79', '760', '26740', '02 Nguyễn Bỉnh Khiêm', '[20]', 0),
(3, 2, 'Tết vui chơi', 'We buy clothes. To update scientific information and new recomm-endations for optimal management of elderly patients; ', '0987123456', '2022-01-01', '09:00:00', '12:00:00', '79', '765', '26956', '19 Nguyễn Hữu Cảnh', '[21,22,23]', 0),
(4, 2, 'Add from app', 'Ạdjkc đjja jjjg ovwjwk cjwcnwn bxjx hcnsk vdncjdk snnxck', '0123456789', '2022-03-31', '18:00:00', '20:10:00', '79', '769', '26815', '01 võ văn ngân', '[24]', 1),
(5, 1, 'Event title 1', 'Description 1', '+84914748166', '2022-07-27', '04:13:00', '21:18:00', '01', '001', '00001', 'Ab Binh', '', 0),
(6, 2, 'Event title 2', 'Description 1', '0914748166', '2022-07-31', '01:04:00', '13:04:00', '01', '001', '00004', 'Giai Phong Hoang Mai', '[28]', 0),
(7, 2, 'Event title 2', 'Description 2', '0914748166', '2022-07-18', '00:45:00', '12:45:00', '01', '001', '00004', 'Giai Phong Hoang Mai', '[29]', 0);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `wp_bj_event`
--
ALTER TABLE `wp_bj_event`
  ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `wp_bj_event`
--
ALTER TABLE `wp_bj_event`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

C:\Users\Administrator\Downloads\reset4.sql

C:\xampp\htdocs\reset4\wp-content\themes\addframwork\functions.php

C:\xampp\htdocs\reset4\wp-content\themes\addframwork\framework\views\event\add-event.php

C:\xampp\htdocs\reset4\wp-content\themes\addframwork\js\account-business.js

C:\xampp\htdocs\reset4\wp-content\themes\addframwork\framework\ajax\business.php

C:\xampp\htdocs\reset4\wp-content\themes\addframwork\framework\models\event.php

C:\xampp\htdocs\reset4\wp-content\themes\addframwork\header.php

C:\xampp\htdocs\reset4\wp-content\themes\addframwork\js\custom.js

Last updated

Was this helpful?