All Questions
Tagged with cakephp web-development
2 questions
0
votes
1
answer
265
views
Version controlling of a web project
We (2 developers) are developing a cakephp app that is running on a remote server. In NetBeans we both have project set up as "PHP application from remote server".
The problem is that whenever one of ...
-2
votes
1
answer
101
views
Deleting dynamic elements from a database [closed]
I have a select dropdown, with '+' and '-' buttons that add and remove items before submission.
I would like to be able to remove the elements with the '-' button after they have been added to the ...