2011-02-08 70 views

回答

0

Back End site>Category Manager>查看ID列。

您的意思是编程式?

0

您可以使用下面的查询

SELECT `id` FROM `#__categories` WHERE `name` = '$name';