Questions tagged as "database"
Relations with another table using Array
how I can use array in cell related with another table in database like
Users table:
Name | languages_id Anas | 1,2,3
Languages table:
id | language 1 | English 2 | Arabic
it’sREAD MORE
Rbac from database values
I have created Rbac with superadmin,admin1,normaluser. I want to check weather the user is logged in as superadmin, admin1,normaluser depending on the database column “access” value in tbl_user table, ifREAD MORE
incorrect password error when trying to login with database values?
I have entered username and password directly in the database, now when i try to login with the data values in the default login page, it says incorrect password?
READ MOREHow to send file from model to another model..?
hi. I have two modules. Content && media. I want to take file from content/category/create and send to media/photo/create. I do:
- public function actionCreate()
- {
- $model=new Category;
By eibrahimov in Active Record · Asked 411 days 6 hours 38 mins ago
Questions: 4 Accepted: 0 ( 0% ) | Reputation: 0
How to get data from a multilanguage database?
I’m having a problem getting the data from my database which I created to be completely multilingual, and I hope someone here can help me. I’ve split up all myREAD MORE
