DrupalBin
Submit Code
About
Recent Posts
What is this?
display suite field group
Code
Code
Code
Code
Fix for UC Node Checkout - Base Product Title into Token
Code
Import a content type from a file.
Alteration to Trying to alter contact form to allow pre-selecting of cid
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
test
theme
user
views
more tags
Home
matrix
looping through CCK Matrix to provide a view for each field
November 8, 2007 - 6:52pm —
BrianJubal
foreach (array(1,2,3,4) as $matrixrow) {
foreach (array(1,2) as $matrixcol) {
$matrixindex = $matrixrow.'_'.$matrixcol;
$table = array(
CCK
matrix
views
Read more