Commit Graph

17 Commits

Author SHA1 Message Date
d360cceee3 Go back to classic style PHP and use the PDO to call MySQL 2024-11-04 21:13:14 -05:00
f788ba63ae Add a connection pool class and start utilizing it. 2024-10-09 21:20:52 -04:00
f5abbcb8c9 Flesh out the connection pool class. 2024-10-06 21:30:00 -04:00
07b73e7f7f Get the Pooled connection class set up. 2024-09-23 19:53:27 -04:00
4a66af0f2b Document the connection pool interface a bit, start writing a connection pool. 2024-09-23 19:41:50 -04:00
e58c442ccf Add pool interfaces, refactor imports in the bootstrap, re-organize some of the APIs 2024-07-25 20:32:26 -04:00
7f05554f4e Use long line strings for big queries and start the connection abstracts. 2024-07-21 21:33:34 -04:00
982d348a34 Add layout components and middlewares. 2024-07-17 21:32:25 -04:00
e904b27017 Remove our own database interfaces, start using the FOR MySQL library. 2024-06-26 21:40:34 -04:00
d05faaead7 Add database migrations, start fleshing out a specific database connection. 2024-06-26 21:10:48 -04:00
079bcb0f06 Move from 'respond' to 'handle' for the controller method. 2024-06-16 21:25:22 -04:00
98c34efea5 Add a Slim Response factory to the DI. 2024-06-16 20:44:12 -04:00
f0c91e5aaa Need to add flash when the issue isn't mismatching passwords on the Register User action. 2024-06-15 22:21:09 -04:00
e0a6ccbad4 Add some formatting to the middleware. 2024-06-15 21:51:10 -04:00
596a2a4103 Add some middleware, start failing tests that use it. 2024-06-15 21:50:40 -04:00
c478be5601 Fix the configuration organization and add more implementations for the repositories. 2024-05-25 21:44:57 -04:00
404d4bbc85 rename code to app 2024-05-21 22:00:10 -04:00