In order to speed up our development process and following the DRY rule we always try to split our code in reusable modules. Then when creating a new project we just get them one by one and add to the current code. Its pretty easy and efficient (now we can spend this time on adding [...]
Entries from September 2008
Custom configuration files in CakePHP
September 19, 2008
Quick copy of data from one db to another on linux
September 18, 2008
mysqldump -u user1 -p -h host1 sourcedatabase | mysql -u user2 -p -h host2 -D destinationdatabase
El pueblo habla
September 17, 2008
No estoy seguro hasta que punto esto puede ser un reflejo de la omnipresente crisis económica, pero últimamamente ha aumentado mucho el numero de manifestaciones que pasan cerca de mi casa.
Supongo que ante una situación difícil la gente tiende a quejarse más y exigir que las autoridades tomen medidas…
Posted in


