Author
|
Message
|
John Smith
|
Tuesday 22 March 2005 4:25:21 am
Can anybody please tell me in which database tables the articles are stored. I am using ez 3.5.1 cheers
|
Frederik Holljen
|
Tuesday 22 March 2005 4:30:43 am
Articles are stored together with all the other content objects in the table: ezcontentobject_ tables. The actual data can be found in the table ezcontentobject_attribute
|
John Smith
|
Tuesday 22 March 2005 4:34:29 am
Is that true for 3.5.0 as well?
|
Frederik Holljen
|
Tuesday 22 March 2005 4:39:03 am
yes, it's true for all 3.x versions.
|
John Smith
|
Tuesday 22 March 2005 4:39:52 am
One more thing i want to fetch the latest 10 new articles with php script and want to display on other site. Would it be possible?
|
Frederik Holljen
|
Tuesday 22 March 2005 4:41:37 am
yes, that would be very possible :). There already fetch functions that do this kind of work. Take a look at how they work. You can also export the latest 10 articles by rss to your other site. No programming needed.
|
John Smith
|
Tuesday 22 March 2005 4:48:34 am
you said no programming needed by rss. but how my other site will display those articles from the rss export. Please clear this point.
|
Ekkehard Dörre
|
Tuesday 22 March 2005 7:56:35 am
e.g. a javascript rss viewer, look here: http://www.hebig.org/blogs/archives/main/000877.php
more info: http://en.wikipedia.org/wiki/RSS_%28protocol%29
in php: http://www.zend.com/zend/spotlight/code-gallery-wade6.php Greetings, ekke
http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing
|
John Smith
|
Tuesday 22 March 2005 8:32:28 am
hi Doerre You are doing wonderful by helping other, keep it up mate. thanks once again. I will have a look. Mate one thing more, what is right way to export the rss in my case. cheers
|
Ekkehard Dörre
|
Tuesday 22 March 2005 9:13:47 am
import:
http://ez.no/ez_publish/documentation/incoming/setting_up_rss_import
export via admin->setup->RSS. http://ez.no/community/forum/setup_design/how_do_you_set_up_rss_exports
http://ez.no/content/advancedsearch?SearchText=rss+export&SearchDate=-1&SearchPageLimit=2&SearchContentClassID=14&SearchButton=Search
more help: http://ez.no/products/books/ez_publish_book Greetings, ekke
http://www.coolscreen.de - Over 40 years of certified eZ Publish know-how: http://www.cjw-network.com
CJW Newsletter: http://projects.ez.no/cjw_newsletter - http://cjw-network.com/en/ez-publ...w-newsletter-multi-channel-marketing
|