Bear's blog
drupal callbacks that take arguments
Posted May 29th, 2007 by Beardrupal callbacks that take arguments
Drupals arg function
Posted May 29th, 2007 by BearDrupals arg function
A very, very, very important drupal function.
http://api.drupal.org/api/HEAD/function/arg
Code
function arg($index = NULL, $path = NULL) {
static $arguments;
Drupal - How to pass parameters to a page?
Posted May 29th, 2007 by BearDrupal - How to pass parameters to a page?
in drupal we usually use 'arg' to catch the values
$param = arg()
in your case try:
$param = arg(2)
http://www.travistidwell.com/drupal_flash_interface
Passing parameter from form to a script
Drupal Views Tutorials
Posted May 29th, 2007 by Bearhttp://groups.drupal.org - groups.drupal.org was built with Drupals organic groups
Posted May 29th, 2007 by Bearhttp://groups.drupal.org - groups.drupal.org was built with Drupals organic groups
Good example of how Drupals organic groups works.
http://www.abacadaba.com
Posted May 29th, 2007 by BearWill be a "Mash-Up Network" service provider.
Drupal Core Code
Posted May 28th, 2007 by Bear<?php
// $Id: bootstrap.inc,v 1.145 2007/01/15 11:52:02 unconed Exp $
/**
* @file
* Functions that need to be loaded on every Drupal request.
*/
/**
* Indicates that the item should never be removed unless explicitly told to
* using cache_clear_all() with a cache ID.
*/
define('CACHE_PERMANENT', 0);
/**
* Indicates that the item should be removed at the next general cache wipe.
*/
define('CACHE_TEMPORARY', -1);
http://mashupframeworks.com/
Posted May 28th, 2007 by BearCongratulations! Your registration request for the domain name(s) below was successful:
MASHUPFRAMEWORKS.INFO
MASHUPFRAMEWORKS.COM
drupaltherapy.com - Curriculum components
Posted May 28th, 2007 by Beardrupaltherapy.com - Curriculum components