Page 1 of 1

Frameworks

Posted: Thu Jun 02, 2011 8:43 pm
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

Re: Frameworks

Posted: Thu Jun 02, 2011 10:58 pm
by Jonah Bron
Set up a version control repository. Git is becoming very popular, but Subversion is quite sufficient for most situations. Google 'em.

Re: Frameworks

Posted: Sun Jun 05, 2011 10:24 am
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

Re: Frameworks

Posted: Sun Jun 05, 2011 10:50 pm
by Christopher
You also might want to look ant the many fine PHP frameworks like Zend, Symfony, Cake, CodeIgniter, Lithium, etc. etc.