将 MSAccess 项目管理应用程序转换为 PHP/MySQL:哪种方法?
我必须将一个不太复杂的定制项目管理系统从 MsAccess 应用程序转换为 PHP/MySQL。我已经编程多年了,但令人尴尬的是,我对现代方法论几乎一无所知。
因此,旧的“学习曲线”与“提高效率”的难题再次浮出水面。
虽然我已经在谷歌上搜索了一些东西,但我不想影响你的建议,你会从哪里开始,我任由你摆布?
我正在寻找什么样的学习曲线?
I've got to convert a not terribly complicated bespoke project management system from MsAccess Application to PHP/MySQL. I've been programming for donkey's years but embarrassingly know practically nothing about modern methodologies.
So the old 'learning curve' versus 'improved efficiency' conundrum rears its ugly head once again.
Although I've Googled up some stuff I don't want to prejudice your suggestions, where would you start, I'm at your mercy?
What sort of learning curve am I looking at?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
考虑学习 PHP 框架及其哲学和架构来生成应用程序。你会很高兴你这么做了。
http://www.phpframeworks.com/
基本上,这将帮助您快速启动并运行所有内容必要的活动部件,以促进最佳实践的方式。在我看来,这可能是实现你的目标最快、最好的方法。
有关选择哪一个的建议,请查看此处:
https://stackoverflow。 com/questions/184395/what-is-the-the-best-free-php-framework-working-on-shared-hosting-and-why
Consider learning a PHP framework and its philosophy and architecture to produce the application. You'll be glad you did.
http://www.phpframeworks.com/
Basically, this will help you get up and running quickly with all of the necessary moving parts, in a way that promotes best practices. IMO it's probably the quickest and best way to accomplish your goals.
For recommendations on which one to choose, have a look here:
https://stackoverflow.com/questions/184395/what-is-the-best-free-php-framework-working-on-shared-hosting-and-why
好吧,当你说你已经编写代码多年时,你对最终的平台有什么选择吗?
Access 2010 可以创建基于 Web 的应用程序,并以巨大的方式水平扩展。生成的应用程序不需要 Silverlight 甚至任何 ActiveX,而只需要一个标准浏览器。这是我在 Access 中编写的应用程序的视频,请注意在中途我切换到在浏览器中运行。
http://www.youtube.com/watch?v=AU4mH0jPntI
还可访问 2010现在确实有数据库触发器和存储过程。然而,您暗示您在此处无法选择技术,因此上述新功能甚至 Access 的新网站创建功能对您来说毫无意义。
我想我首先要开始的是安装和设置 MySql。 MySql 站点有一些很好的教程链接,等等。您只需要跟上该数据库服务器的速度并适应它,无论无论如何学习 PHP,这样我就可以从一个步骤和领域开始。而且,如果您使用过数据库,那么您会发现 MySql 非常容易上手,因此当您踏上这条新道路时,您会感觉自己取得了一些进展
Well, when you say you been writing code for years, do you have any choice as to the final platform?
Access 2010 can create web based applications that scale horizontally in a HUGE way. The resulting applications don't requite Silverlight or even any ActiveX, but ONLY a standard browser. Here is a video of a application I wrote in Access, and note at the half way point I switch to running in a browser.
http://www.youtube.com/watch?v=AU4mH0jPntI
Access 2010 also now does have database triggers and stored procedures. However, you are hinting that you don't have a choice of technologies here so the above new features and even the new Web site creating ability of Access is thus moot for you.
I guess the 1st area I would start with is installing and setting up MySql. The MySql site has some good links to tutorials etc. You simply have to get up to speed with that database server and get conformable with it regardless of learning PHP anyway, so that one step and area I would start out with. And, if you worked with databases, then you find MySql quite easy to get up to speed with so you feel like you making some progress as you embark on this new road