Skip to content

Commit

Permalink
controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
cws13003 committed Dec 4, 2017
2 parents 9455a9d + 92c6dca commit add5c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions db/lamp_2017-12-03.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Host: 127.0.0.1 (MySQL 5.7.20)
# Database: lamp
# Generation Time: 2017-12-03 19:18:51 +0000
# Generation Time: 2017-12-04 00:14:29 +0000
# ************************************************************


Expand Down Expand Up @@ -38,8 +38,11 @@ LOCK TABLES `Tweets` WRITE;

INSERT INTO `Tweets` (`id`, `tweet`, `date_time`, `user_id`)
VALUES
(1,'testing tweet! one two three','1000-01-01 00:00:00',1),
(2,'testing tweet again! four five six','1000-01-01 00:00:00',2);
(1,'testing tweet! one two three','2004-01-01 00:00:00',1),
(2,'hiiii this is my second tweet','2003-01-01 02:06:27',1),
(3,'first twitter tweet omg so kewl','4094-01-01 01:35:10',2),
(4,'3rd tweet now so pro','7740-01-01 07:36:43',1),
(5,'tweet tweet tweet cant stop me now','3920-01-01 22:34:17',2);

/*!40000 ALTER TABLE `Tweets` ENABLE KEYS */;
UNLOCK TABLES;
Expand Down
1 change: 0 additions & 1 deletion www/application/views/templates/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
</head>
<body>
<h1><?php echo $title; ?></h1>
<h2>Hello</h2>

0 comments on commit add5c7a

Please sign in to comment.