Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm working on the module that retrieves stock data from yahoo, currently that data is stored in rows in a table. due to the large amount of data that will be retrieved (if i ever get it working the way i'd like), it would be very helpful for each stock symbol to have it's own db table.
Is hook_install() the only way to create a table from within drupal?
If i have a variable $stock (the stock's ticker symbol), is there any way for the module to create a table using the $stock variable?
Used CCK to establish new content-type, increased Text-TextField
Has published an article, display in teaser and node-body all is the complete content
How to revises the same to page node/story node,display portion contents,then display "reading are more"?