path_load($pid)
Fetch a specific URL alias from the database.
modules/path/path.module, line 219
<?php function path_load($pid) { return db_fetch_array(db_query('SELECT * FROM {url_alias} WHERE pid = %d', $pid)); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen