Last update: 10 Janv 2009
A little late sorry, but ZF 1.5.1's package is now ready.
no comment
Name or nickname :
Email address :
Website (optional) :
Comment :
HTML code is displayed as text and web addresses are automatically converted.
While setting up a test server for some software I wrote at the office, I eventually noticed the following notice: Notice: Use of undefined constant self -...
A small bit of ruby to get a constant from an URL: [ruby] require 'uri' def url_to_constant(url) return URI.parse(url).host.gsub(/^www\./,...
Comments
no comment