1
2
3
4
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, rake, static, generate, action response

I would like to make this w...

000f45b685d4d6ff1a171676512c382e Talk
1
2
3
4
<?php

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

PHP MySQL original PHP 5 wrappe...

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

Typical MySQL wrapper writt...

1e6b9d50678a0cc32d98aa1dd1ec3846 Talk
1
2
3
4
  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 static, class, eval

Hey guys, I should have rea...

F1e3ab214a976a39cfd713bc93deb10f Talk