Frameworks

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
davidstanleyredfern
Forum Newbie
Posts: 3
Joined: Mon Mar 07, 2011 11:30 pm

Frameworks

Post by davidstanleyredfern »

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
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Frameworks

Post by Jonah Bron »

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

Post by davidstanleyredfern »

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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Frameworks

Post by Christopher »

You also might want to look ant the many fine PHP frameworks like Zend, Symfony, Cake, CodeIgniter, Lithium, etc. etc.
(#10850)
Post Reply