Hi,
I run a web development company and I want to develop a script vault were we can save php, js scripts which we create so we can easily acess code we have wrote for new projects in the future, so its central codebank for our use.
Does anyone know of anything out there which is already developed to use or opensource?
Any advice or guidance developing this would greatly appreciated
Look forward to hearing your thoughts on this
Regards
David
Frameworks
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Frameworks
Set up a version control repository. Git is becoming very popular, but Subversion is quite sufficient for most situations. Google 'em.
-
davidstanleyredfern
- Forum Newbie
- Posts: 3
- Joined: Mon Mar 07, 2011 11:30 pm
Re: Frameworks
Hi Jonah,
Appreciate your response had a look at GIT and Subversion which seems very good
Thank you for taking the time respond to question it was greatly appreciated
Kindest Regards
David
Appreciate your response had a look at GIT and Subversion which seems very good
Thank you for taking the time respond to question it was greatly appreciated
Kindest Regards
David
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Frameworks
You also might want to look ant the many fine PHP frameworks like Zend, Symfony, Cake, CodeIgniter, Lithium, etc. etc.
(#10850)