Error while using cache_get_content_field
#6

That is really depends on what you want to select (which columns). An example of what I meant in my previous post:
Код:
SELECT column1 FROM table LIMIT 1;
and then retrieving it like:
Код:
cache_get_field_content(0, "column2", dest);
dest will be empty because there is no data selected for column2, what we selected were the data for column1.
Reply


Messages In This Thread
Error while using cache_get_content_field - by blaudroid - 20.09.2016, 06:04
Re: Error while using cache_get_content_field - by Konstantinos - 20.09.2016, 08:36
Re: Error while using cache_get_content_field - by blaudroid - 20.09.2016, 11:22
Re: Error while using cache_get_content_field - by Konstantinos - 20.09.2016, 11:50
Re: Error while using cache_get_content_field - by blaudroid - 21.09.2016, 12:56
Re: Error while using cache_get_content_field - by Konstantinos - 21.09.2016, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)