Home » Authentication » LiveUser » Bug #6825
wanted new container for information store
Details
| Request #6825 | wanted new container for information store |
|---|---|
| Submitted | 2006-02-18 03:36 UTC |
| From | zevs at mail dot vntc dot ru |
| Status | Bogus |
| Package | LiveUser |
| PHP Version | 5.1.1 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2006-02-18 03:36 UTC] zevs at mail dot vntc dot ru
Description:
------------
Hello. I want to see in this package may be new container may be more flexible mechanism for addition data storing. I mean to store addition information in others tables, not limited counts of other tables, all this information must be described in config and to save this information for current user after login process like $lu_data_obj->get('field', $filter). To get information just for current loged user, Because handle and passwd its info need to login, but its not enough for real web applications, there need to store much more info, may be logs in db etc. to do this need EASY and flexible mechanism for do that for current logged in user. Wanna not restrict by one table, info must saving in more tables(name,location etc in one table, credit information in another table and etc) and all this info better realise in liveuser package. Want to see not just add one value in one cell, may be many values in one cell. Eventually i would like to see one EASY and flexible mechanism where i can set in what tables what info stores and get,set,update,remove information for current user.