开发者

Php database issue (Zend framework and Google Calendar)

I'm new to php and zend framework, I've got this display screen which customer is updating their classes information through Google calendar. Every time when I delete a data eg a 9am yoga class through phpmyadmin data base, the data disappears on the display screen, but I can still see the 9am yoga class on the google calendar.

How are they all connected? Is Zendframe going to update the 9am yoga class back again (which shows not so far)?

Also I've found gdata_process.php, everytime I run this php url through, the data comes back, and it wouldn't let me d开发者_开发百科elete the coming back data again from phpmyadmin, how come?

Any help to clear my head would be appreciated. I can post some code if I'm confusing anyone.

Thanks S:)


So you have Google Calendar which saves the data in google's database. And not on yours .

So what exactly you want to do is either go and remove it from google calendar ( manually ) as the data is being imported by the script to the database. What ever value you change in your database via phpmyadmin is not going to effect the google's calendar .

Or you can write a script to delete the google calendar value. I have not tried it , so not sure how much scope is there for it .

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜