DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
argument handling code
Fix for Views argument handling code
February 25, 2010 - 6:33am — Anonymous
static
$arguments
;
print_r
(
$arguments
,
TRUE
)
;
argument handling code
views
Fix for Views argument handling code
September 15, 2009 - 3:50pm — Anonymous
$path
=
$_GET
[
'q'
]
;
$arguments
=
explode
(
'/'
,
$path
)
;
print_r
(
$arguments
)
;
print
$path
;
argument handling code
views
Views argument handling code
September 15, 2009 - 3:46pm — Anonymous
static
$arguments
;
print_r
(
$arguments
,
TRUE
)
;
argument handling code
views