Creating A list (for Alumni page)

Hi guys, hope you all well?

Im having a bit of trouble. What I want to do is create a page that has a list of people, as well as the date these people were at this particular organisation.
So essentially, a database. How Do I do this in Drupal? I need the use to have a form that they can just enter the name and date information, then on the site, display all the info in the database.
Also, the database must be printable.

Hope someone can help me?

finding Drupal table after setting up

Hi
I use to see the flood table in Drupal database but after setting up the site in a difference PC, I can't find this table. I have checked the schema_information and find the flood but I still have a problem to find it in the site table list (without query).
I would appreciate if you tell me where can I find it or make it to show up in the database.
Thanks

PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server

If you're seeing PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server, it's because Drupal can't connect to the database server specified in your settings.php. There are several possible reasons for this:

AutoSlave

AutoSlave is a virtual DB driver allowing a master/slave setup with automatic split of queries

Database and Constants

Inspecting the hook_schema() in the file patterns.install in order to have an overview of how patterns are stored in the database can be a good starting point.
Patterns are stored in a serialized array whose field is called "pattern". They have an unique serial identifier (field "pid"), and a set of metadata to indicate the state of the pattern ("status", "public", "updated", etc.), dates when was enabled or last updated, etc.

Google Data Visualization

We have one view module named GVS module for Google Datavisualization, but there is some limitations for creating graphs as we disired. The implementation of Google Datavisualization is very simple and we can directly implement by using tpl or custum module .

  The steps for creating Google Datavisualizations are follows .

Steps 1 :

  Call the JSAPI.

Pages

Subscribe with RSS Subscribe to RSS - database