Browser-based time-tracking tool enables users to record time spent on
customer projects
From the developerWorks archives
Date archived: November 28, 2018
|
First published: April 16, 2018
This two-part series demonstrates how to create a browser-based
time-tracking tool that professionals can use to record the time they spend on
customer projects. It uses IBM Cloud services to host the application and its
data, and the Slim PHP micro-framework for the application’s business logic.
Part 1 covers the basics, showing you how to initialize a cloud-based database
instance and connect your local PHP application to it. It also explains how to
add and modify records on the cloud database instance using the Slim
framework.
This content is no longer being updated or maintained.
The full article is provided “as is” in a PDF file. Given the rapid evolution of technology, some content, steps, or
illustrations may have changed.
View PDF file
static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=Cloud computing
ArticleID=1060035
ArticleTitle=Track time spent on projects with IBM Cloud, Part 1: Build a custom web application with IBM Cloud, PHP, and MySQL
publish-date=04162018
Credit: Source link