Loading...
 
Development

Development


Re: De-parse 'blob' - data from tiki_pages table.

posts: 3665 United States

Normally, wiki pages are stored as text (MEDIUMTEXT to be exact — not as a BLOB. So there shouldn't be a need to "de-parse 'blob' data..."

However, if you want to convert from one type to another, you can try the mysql CAST function. See the mysql docs for details.


HTH,

- Rick | My Tiki Blog | My Tiki UserPage
Need more help? Try TikiWiki for Smarties.

There are no comments at this time.