Devolver Valores De Un Cjuidialog
Hola a todos soy nuevo en YII, alguien me podria decir como hago para que el cjui dialog me retorne un valor, y pintarlo en un textbox de un formulario por ejemplo. Agradeceria su respuesta, estoy...
View ArticleBegincontent And Registered Javascript
Hi and Merry Christmas I test a custom action without rendering a view. I make it using in controller $this->beginContent() ...my echoes... $this->endContent() Everything works fine except the...
View ArticleCdbcriteria Skips The First Conditions
Hi all, I am new in Yii. And I found a problem, CDbCriteria skips the first conditions only works the order. It is very probably that I'm just not using "condition" correctly. Could someone tell me...
View ArticleLive Update And Yii Framework
Hi all. I'm working in a small web application where I have to display some sensors data, static and dynamic I'm using YII as php framework. for the static it's ok I can display 5 series from different...
View ArticleI Am Digging Yii Demo -- Blog
Hi All. I am digging demo-project blog I don't understand this piece of code $data->url in file blog/protected/views/post/_view.php <?php echo CHtml::link(CHtml::encode($data->title),...
View ArticleUsing Two Model Fields In One Form
In my application have two models user and address. The data saved to two tables using one form. But for validation purpose, only one model form fields are validated if all fields are empty. Means if...
View ArticleStat Relation or scope or what!?
Hi All, Im creating a football/soccer website and want to show on a page player stats (via CDetailView) as well as match stats (via CGridView) in which the player has played in e.g. Details: Name: Joe...
View ArticleCaching For Country List
For caching the country list (used in drop list) by using api, which is the best way or which cache is best in Yii framework? When we can set cache the country list..?
View ArticleClistview Sorter With Multiple Conditions....
Dear all, I have a CListView Sorters like the following; 'sortableAttributes'=>array( 'create_time'=>'Post Time', 'money'=>'Money' ), This CListview is a list of transactions. In the...
View ArticleCustom User Authentication
(sorry this should have been posted in Yii 2.0 section!) Hi! I've been studying Yii Framework for a week, but now I don't know what should be the way to achieve this: I want a custom authentication...
View ArticleActiverecord Cache
I'm a bit messing around with the cache option for Yii, but i have a question. When i use the ActiveRecord cache, like: $series = Post::model()->cache(3600)->getPopularPosts(5); I see in my...
View ArticleZurmo - Open Source CRM
Hello, We have been working on an Open Source CRM application that is written in PHP utilizing Yii, JQuery, and RedBeanPHP and relies heavily on test driven development. It might be one of the most...
View ArticleDependent DropDown
Hi, I'm new to yii. I have to create a suite of dependet dropdownlist, but i need your help. This is my code in the _form.php <div class="row"> <?php echo...
View ArticleВакансия: Удаленный Веб-Разработчик, Москва, Мо
Вакансия удаленный Веб-разработчик Москва и московская область Опыт работы от 3 лет. Интересная работа в интернет-стартапе. Направление деятельности: cпециализированный видеочат. Обязанности:...
View ArticleAjouter Un Champ Dans Une Table
Des fichiers à modifier lors de l'ajout d'un champ dans une table par exemple pour ma table tbl_client Les fichiers Model Client Vue _view ,view et admin Note : Alors, il est certainement plus...
View ArticleLoss of CStarRating when column is sorted
Hi there , Following some awesome support from this forum, I managed to get CStarRating rendered into a column within CGridView. However when the column is sorted I lose the stars and revert back to...
View ArticleHow to: Cron Jobs
Hey guys, I'm trying to figure out how to write the code to run a cron job that executes a controller function. Is this possible? I am unsure what to include at the top of the php file etc. I've...
View ArticleAssets Directory
hi Guys. what did you think about Yii assets system ? i think it's approximately Inflexible and hard too manage. for example when you want to make some change in some module's style sheet you have to...
View ArticleInstalling cron jobs by phpdoc-comment on ConsoleCommand files
Installing cron jobs by phpdoc-comment on ConsoleCommand files Extension sources: github.com/Yiivgeny/Yii-PHPDocCrontab Example using: class ExampleRuCommand extends CConsoleCommand{ /** * @cron 10 * *...
View Article