DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 45 min
ago
Fix for my user handler
2 hours 8 min
ago
Fix for my user handler
2 hours 12 min
ago
my user handler
4 hours 29 sec
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
DROP
Incorrect SQL code
February 12, 2008 - 10:41pm — Anonymous
$query
=
'SELECT p.* psd.* psh.* FROM {pipes} p INNER JOIN {pipes_step_data} psd ON psd.pid = p.pid LEFT JOIN {pipes_step_hierarchy} psh ON psh.sid = p.sid'
;
DROP
drupal pipes
pipes
Example pipes implementation
February 12, 2008 - 1:02am — Anonymous
function
hook_pipes_steps
(
)
{
$items
=
array
(
)
;
// The keys of the array are the function names.
$items
[
'node_add'
]
=
array
(
DROP
drupal pipes
pipes
Read more
pipes_execute function
February 11, 2008 - 7:12pm — Anonymous
/**
* Main pipe callback. Executes an array of steps.
* @param $steps
* Either an array of steps, or the id of a pipe to load.
* @param $reorder
DROP
drupal pipes
pipes
Read more
Pipes: an outline
February 10, 2008 - 3:18am — Anonymous
pipes.info
==========
;
$Id
$
name = Pipes
description = Allows
for
creation of pipes through the ui.
core =
"6.x"
pipes.install
=============
<?php
// $Id$
/**
DROP
drupal pipes
pipes
Read more