namespace :static do
  desc "Generate static pages for home controller"
  task :generate => :environment do
...

Ruby Get action response

by Paxa, July 20, 2009 15:41, 1 refactoring, tagged with rails, static, rake, generate, action response

I would like to make this w...

000f45b685d4d6ff1a171676512c382e Talk
<?php

abstract class mySQL // abstract => cannot be instanciated
...

PHP MySQL original PHP 5 wrappe...

by TiTi, August 01, 2008 20:44, 10 refactorings, tagged with object, php5, mysql, static, wrapper, const, student, titi

Typical MySQL wrapper writt...

1e6b9d50678a0cc32d98aa1dd1ec3846 Talk
static public function invoke($hook) {
    $packages = array();
    $results = array();  
...

PHP Dynamically invoking static...

by Tj Holowaychuk, June 09, 2008 20:52, 1 refactoring, tagged with class, eval, static

Hey guys, I should have rea...

F1e3ab214a976a39cfd713bc93deb10f Talk