我有Vedic Rishi Astro API。我正在将它与Codeigniter集成。但我不知道该怎么做。
Vedic Rishi提供Matchmaking API。他们为我提供了:
$birthdata = Array(
'm_day'=>16,
'm_month' =>3,
//more fields of male
'f_day'=>12,
'f_month' =>3,
//more fields of female
)
//Rest of their code
我对如何在codeigniter中集成此代码感到困惑。我还需要有关如何从数据库中获取详细信息并将其添加到数组中的帮助。