Repositories
framework
Tlalokes is a modern, object oriented, very well structured, fast and easy to use PHP framework that helps you to write professional web applications.
-
Cloning this repository:
git clone git://gitorious.org/tlalokes/framework.git framework cd framework
Add this repository as a remote to an existing local repository:
git remote add framework git://gitorious.org/tlalokes/framework.git git fetch framework git checkout -b my-local-tracking-branch framework/master_or_other_branch

