I have few DB tables, witch are build using inheritance from one table witch is an sort of \"template\" for creation of new tables, and now i have set of businesses logic methods witch work on columns
I am trying to build a multi-page form with Yii, but am quite new to PHP and Yii and am wondering what the best practice is for writing a multi page form.So far, what I am planning to do is to add a h
I\'m trying to create a Yii ActiveForm that edits values from a list of objects, presented in a table.
I would like to get name of all CActiveRecords in my app, is i开发者_JS百科t possible?Yes. Just iterate over your application.models directory and get filenames.
I\'m working with Yii framework and using smarty view render. I have to working with simpleXML_load_file to load simpleXML element and it\'s can not be cache using data caching with memcache provided
Is there any mechanism in yii framework to translate messages in javascript source开发者_开发技巧 files.
For example, posts table is in db1, categories table and category_post_join table are in db2. How to declare a many-to-many relationship between Post model and Category model?
I am currently extending yii-s admin extension, yiiadmin. What would be the easiest way to get a listBox multiple-select field in model-create view, that
in the yii framework what is the difference between radioButtonList and activ开发者_开发技巧eRadioButtonList?In Yii there is a \"regular\" and \"active\" version of (almost?) every CHtml form field h
How can I pass the model in array format. I want to pass models in this format from controller to view:-