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
module schema api
Fix for Issue with hook_schema and installing a module -- it doesn't create the table
September 17, 2010 - 2:48am — Anonymous
/**
* Implementation of hook_install().
*/
function
header_links_install
(
)
{
drupal_install_schema
(
'header_links'
)
;
}
/**
* Implementation of hook_uninstall().
*/
function
header_link
module
module schema api
Read more
Fix for Fix for Issue with hook_schema and installing a module -- installer doesn't like my schema
January 28, 2010 - 8:41am — Anonymous
$schema
[
'sites'
]
=
array
(
'description'
=
>
t
(
'Stores site names and private keys'
)
,
'fields'
=
>
array
(
'sid'
=
>
array
(
'type'
=
>
'serial'
,
'unsigned'
=
>
TRUE
,
module
module schema api
Read more
Fix for Issue with hook_schema and installing a module -- installer doesn't like my schema
April 11, 2009 - 2:34pm — Anonymous
$schema
[
'sites'
]
=
array
(
'description'
=
>
t
(
'Stores site names and private keys'
)
,
'fields'
=
>
array
(
'sid'
=
>
array
(
'type'
=
>
'serial'
,
'unsigned'
=
>
TRUE
,
module
module schema api
Read more
Issue with hook_schema and installing a module -- installer doesn't like my schema
April 11, 2009 - 2:31pm — Anonymous
$schema
[
'sites'
]
=
array
(
'description'
=
>
t
(
'Stores site names and private keys'
)
,
'fields'
=
>
array
(
'sid'
=
>
array
(
'type'
=
>
'serial'
,
'unsigned'
=
>
TRUE
,
module
module schema api
Read more
getting error while installing .. near "_drupal_initialize_schema" and "drupal_install_schema" at foreach($schema as $name => ..
March 9, 2008 - 10:52am — Anonymous
<?php
# vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
/*
* Created on Mar 9, 2008
*
* file: emlex_account.install
module schema api
Read more