English 中文(简体)
在zend 框架上为网络应用程序开发新界面,
原标题:Ideal way to work on new interface for web app on zend framework while leaving original in place?

我有一个网络应用程序, 它用 Zend 框架构建, 我想开始新界面的工作 。 界面工作将主要是 CSS 和一些 jQuery 。 假设我的工程文件夹是 < code>/ var/ www/ application

目前我并不使用 SVN, 但我想为我的新接口文件设置一个仓库。 我之前安装了 trac, 并且熟悉 SVN 基本知识 。 我想只使用 SVN 来操作这个新的界面 CSS 工作, 只是为了获得 SVN 的挂号 。

有没有办法我可以使用我目前的 zend 框架项目, 并同时工作 一个新的界面,如果是的话,如何呢?

如果不是,我是否应该将生产服务器的复制件同步到开发服务器上,并开始更换所有 CSS、jQuery 和其他任何设备,然后在设计工作完成后再将它重新合成到生产服务器上?

或者我把我的/var/www/application 转到我的仓库后备箱, 分解它, 用于我的 CSS 工作, 然后做出似乎正确的方式, 但还是我新到 SVN, 而在做一些我无法解开的事情之前, 我只能用它做一些小的工作。

谢谢 谢谢

问题回答

为了制定新的设计,你不必真的涉及版本控制。 说到这里,我认为版本控制总是一件好事,可以用于任何项目。 虽然我们正在进行,我还是建议你尝试Git(推荐)或至少默奎拉尔(Mercurial)。

如果您的应用程序被设置为使用模块, 只需将您的当前模块复制到新模块, 并修改新模块的视图脚本, 以便使用更新的 cs/javascript 。

使用框架内的辅助人员和其他工具可以更清洁地做到这一点;然而,这是最务实和最容易理解的方式(尽管手头有点重)。





相关问题
How to start to create an application GUI using C#?

HI! I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg Is this easy in C#? Is there ...

Automatic height of edit box

My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it s ...

Search by using the keyboard in a list/grid - algorithm

I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...

UI And TcpClient Issue in vb.net

I m having some problems with a small ircbot i m writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text ...

UI Convention: Shortcut key for application exit? [closed]

Is there a convention for the shortcut keys for application exit? Some applications uses Alt+X some others use Ctrl+ X and Ctrl+Q. Applications like FF and IE doesnot assign a shortcut at all. So is ...

热门标签