0

嘿伙计们希望你能帮助我..

我被要求修复一个不工作的人的查询。修复查询是一个相当简单的问题,但我似乎无法找到该查询所在的位置。我知道 php 和 mysql,但对 codeigniter 框架并不熟悉。任何方式,导致查询被调用的形式有

action="/support/managemyaccount/profile/search"

如果你能帮我弄清楚查询将在哪个文件中,那就太好了。

4

1 回答 1

0

The file should be called support.php, under the application/controllers folder.

Within that file, you should find only one class. Within that class, look for a method named managemyaccount. That's where your query is most likely to be.

于 2012-06-08T15:30:44.390 回答