Hi people!!

i have added two new method to membership class:
- who_is_online : returns a list (ul-li) of registered user online
- how_many_is_online() : return the number.

To see functions in actions make:
<php $aiki->membership->who_is_online(); php>
<php $aiki->membership->how_many_are_online(); php>

In fact, the two functions can be emulated with aiki markup (sql for
example) but i prefer make a functions for two reasons:
- it will work if we change aiki session system.
- it more easy to use.


The membership.php need more work in near future.: now for example user
session is stores in two tables, we need a mechanism to lock 'resources'
(when two user edit the same widget for example), documentation!!!

roger
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to