文件名称:待办事项:一个简单而简约的待办事项列表管理器
文件大小:60KB
文件格式:ZIP
更新时间:2024-02-26 22:14:18
php todo web-app webapp twitter-authentication
简单的待办事项清单 Kamaleshwar为CodeChef制作的原型网络应用程序,2011年10月 安装 将所有文件上传到Web服务器 创建一个数据库(例如:todo) 转到http://your_website_address/todo/install.php来启动安装过程 产品特点 用PHP编写,使用MySQL数据库 前端是HTML,CSS和Javascript UI(注册,登录,添加/删除/管理事件)均使用AJAX进行可用性 用户可以注册帐户以创建/管理他们的工作清单 身份验证使用PHP会话 支持Twitter身份验证 使用的图书馆 带有jQDialog插件的jQuery PHP
【文件预览】:
todo-master
----index.php(4KB)
----images()
--------favicon.png(250B)
--------twitter_sign.png(2KB)
----twitter_login.php(1KB)
----twitter_oauth.php(1KB)
----db()
--------mysql.sql(542B)
--------setup.php(3KB)
----home.php(3KB)
----js()
--------jquery.js(90KB)
--------jqdialog.min.js(6KB)
----register.php(2KB)
----ajax.php(3KB)
----login.php(2KB)
----install.php(2KB)
----twitteroauth()
--------OAuth.php(26KB)
--------twitteroauth.php(8KB)
----README.md(658B)
----includes()
--------common.php(1KB)
----error_log(8KB)
----template()
--------footer.php(34B)
--------header.php(516B)
----style.css(4KB)