Login   Register  
PHP Classes
elePHPant
Icontem

File: files/un/sample.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of PLSCIS PLP  >  Simple PHP Web Chat  >  files/un/sample.txt  >  Download  
File: files/un/sample.txt
Role: Auxiliary data
Content type: text/plain
Description: description
Class: Simple PHP Web Chat
Chat system with Websockets or AJAX as fallback
Author: By
Last change: Description of profile files
Date: 2013-12-21 09:55
Size: 539 bytes
 

Contents

Class file image Download
In profile files data is stored in json format as describrd below:

1) Key "prf" contains json of name, email and password.
2) Key "con" contains usernames of contacts.
3) Key "conr" contains usernames of contacts whose request is still pending.
4) Key "grp" contains names of all groups of user.
5) Key "grpr" contains names of all groups whose request is still pending.
6) Key "lst" contains last seen date time value.

Refer dev.u for sample content.

Note: Instead of username userid can also be used if it fits your need.