Tag Archives php

CandyCane: A 'port' of Redmine written in PHP

Redmine is a powerful project management tool from which we have spoken on the odd occasion (here and here). Redmine is written in Ruby on Rails, but in some cases this can be a handicap if our hosting provider does not offer support for Ruby onRails so far had two options: move vendor or ... Continue reading

Hide commented code in PHP templates

A post cool for summer When working with php templates, such as using Drupal or WordPress, in which we introduce our variables directly the html using php, sometimes, especially when we are testing or changes requested by the client need comment share the code, both php and html, to easily return to it and if something goes wrong. We ... Continue reading