Questions tagged as "yii"
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
Yii AssetManager issue: ‘Unable to resolve the request’
Every so often (intermittently) our application kicks out an error like:
“[error] [exception.CHttpException.404] exception ‘CHttpException’ with message ‘Unable to resolve the request “js/’”.’”
When we look at our assets folder to seeREAD MORE
Relational AR to json
Hi,I have question about relational active record. when i want to get information from relational AR by means of below code.
- $criteria = new CDbCriteria;
- $criteria->select='username';
By tah_206207 in Active Record · Asked 178 days 1 hour 16 mins ago
Questions: 2 Accepted: 0 ( 0% ) | Reputation: 0
Export to PDF
i want to export my cgridview to pdf…it should also be able to convert to pdf after sorting or pagination also….any yii extensions available?looked through tcpdf not so helpful….
READ MOREBy yiiplayboy in Grid View · Asked 330 days 6 hours 52 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Yii Dynamic DB Connection according to user?
My project is on the basis of multi-talent.
I have multiple clients (companies) and each client has multiple users.
Each client has their own database, so during user authentication, I discover theREAD MORE
By gaurishpatil in DAO · Asked 402 days 6 hours 8 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Modify CHtml::submit buttons redirect URL
Anyone know how to make the CHtml::submitButton not go to the details view but redirect somewhere else?
multiple relations and multiple conditions in a named scope
I am trying to apply 2 conditions based on data from different tables inside a named scope. I know my relations are right because if i remove the second conditionREAD MORE
By deez in Active Record · Asked 409 days 3 hours 9 mins ago
Questions: 2 Accepted: 0 ( 0% ) | Reputation: 0
How do you create dynamic dropdown. linked together from a database
Please help me with dynamic dropdowns from database
By eruaan@gmail.com in Controllers · Asked 474 days 20 hours 12 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Many-Many CRUD Generation
I’m really struggling trying to find a tool that does CRUD generation on my database that has some many-many relationships.
For example, I have a table A which has a many-manyREAD MORE
By sarink in Active Record · Asked 520 days 23 hours 7 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
session in shopping cart
in my mobile shop website, a guest is going to buy a mobile(product)
after the guest clicks addtocart ,session starts all information are shown in cart table.simultaneously billing address,shipping addressREAD MORE
