db_last_insert_id
Related topics
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
Functions that call db_last_insert_id()
| Name | Location | Description |
|---|---|---|
| block_add_block_form_submit | modules/block/block.admin.inc | Save the new custom block. |
| db_last_insert_id | includes/database/database.inc | Returns the last insert id. |
| menu_link_save | includes/menu.inc | Save a menu link. |
Functions called by db_last_insert_id()
| Name | Location | Description |
|---|---|---|
| db_last_insert_id | includes/database/database.inc | Returns the last insert id. |
