开发者

Integration of dreamweaver and php

Its my first project with PHP, I am still learning phase. Designer is working on dreamweaver to design the web site. As I developer I only understand code and feel comf开发者_JAVA百科ortable with working on eclipse.

How can we integrate the project, that we both are looking at the same file but with different software/IDE.

Secondly , I will be using XAMPP for Windows but I am confused how the designer will use apache.

All I am looking for what to tools and practices are used when Dev's are working eclipse and designer are working Dreamweaver ?


you should keep you code separated from the html in different files. have you looked into mvc architecture?

if you use an mvc architecture or similar separation of html and php source files, you guys should never really be working on the same files anyways.

if you choose not to, set up an svn (subversion) server so that you guys can work on your project independently of one another but stay in sync. it shouldn't matter what ide anyone uses. dreamweaver has functionality to use subversion for source control, test and production server setup for easy sets/gets. you basically set it up the same as an ftp.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜