Posting In The Documentation
I wanted to post how to install into a Linux environment but was told I had to post to the forum first, which I have already, anybody really care if people can install this?
View ArticleHow To Multi Thread Gridview
I have a form that accepts an IP address. I take this IP and run it through a function that does some DNS lookups. I have a loop that goes through about 100 of these lookups per IP, then returns an...
View ArticleWizard Behavior
Wizard Behavior is an extension that simplifies the handling of multi-step forms. It features data persistence, Plot-Branching Navigation (PBN), Next/Previous or Forward Only navigation, optional step...
View ArticleHow To Save Configuration Data In A Public Module (Extension)?
Problem: I need to save and update some module related configuration data in a public module (extension). Option 1: Require a db connection (CDbConnection) and let user configure the database and table...
View ArticleRadiobuttonlist Caracteres
Tenho a seguinte label no radioButtonList 'localização' e como não é html encoded aparecem-me caracteres esquisitos.Qual o melhor modo de evitar isso?
View ArticleComo carregar Dropdown diânico no Update
Olá pessoal, fiz um combobox dinâmico de Estado / Cidade onde pego os dados do Dropdown Estado do banco e ao atualizar-lo ele atualiza automaticamente o dropdown Cidade, até ai tudo bem, funciona...
View ArticleSearch In Realtion Fields
Hi, I do not get the right search result in a tabular input view ( = batchUpdate), when I use a related field for search. The search is working with "normal" fields of the table but after input of a...
View ArticleProblem With Referencing Non-Objected With $Data From Carraydataprovider
I pulled data from my API in JSON format and convert to a CArrayDataProvider in my controller. $arraydata = array(); for ($i=$start_element ; $i<$start_element+$num_elements; $i++) { $arraydata[$i]...
View ArticleYiibooster
Recently launched YiiBooster, YiiBooster is a collection of widgets that will ease the task of developing Yii applications, as well as, giving your application a little boost. Basically, YiiBooster...
View ArticleUpdating Elrte Content By Ajax Call
Hi, in my view i create a RTE by calling the widget: <?php $this->widget('application.extensions.elrte.elRTE', array( // required object CModel 'model'=>$model, // reqired attribute of model...
View ArticleValidator: Un Solo Campi Dei 3 Non Viene Validato
Ho un controller che disegna una form, dove l'utente inserisce mittente, destinatario e testo di quello che diventerà un sms. Ho inserito i seguenti validatori: public function rules() { // NOTE: you...
View ArticleProblema Con Through
Hola a todos, Estoy intentando hacer una relación HAS_MANY y tengo un error. Me explico rápidamente: Tengo un model 'User' que se relaciona con 'Job' y con 'JobMessage' a través de 'Job'. //en...
View ArticleError En Crud
Buenos días, Estoy empezando con este framework, y he descargado la última versión la 1.1.13. Tras revisar el tutorial de primera aplicación Yii que encontré aquí en español (me sorprendió en...
View ArticleYii-User Image Widget
This is a quick solution for the yii-user module to show the user images site wide. It's nothing fancy. You can resize the image in any view file. First this is not an image uploading widget so you...
View ArticleAyuda Con Condition En Relacion
Hola gente, veran tengo una gran duda en este momento, espero puedan ayudarme. En un modelo, declaro las relaciones necesarias, en cada relación se puede applicar un 'condition', lo uso asi porque en...
View ArticleAjuda: Listar Apenas Faturas Vencidas...
Amigos, preciso de mais uma ajudinha. Estou listando todas as faturas, quero poder listar apenas as faturas já vencidas. Atualmente minha actionAdmin está assim: public function actionAdmin() {...
View ArticleYii 1.1.13 Api In Chm Format
The missing chm file for Yii 1.1.13 can be downloaded from www.box.com/s/2wsl5wqquwgrx9vfydcb I failed to upload the file in the post.
View Article[Yum] Yii User Management 0.8 Stable Released
Yii user management 0.8 stable was just released: http://www.yiiframework.com/extension/yii-user-management https://github.com/thyseus/yii-user-management/
View ArticlePhotoalbum On User Side
Hi, i m new to yiiframework , i need help to add photoalbum to user(user can add photo , edit and delete and can make album). Thanks
View ArticleWhy Do We Write Queries In View
Hi in most examples on yii we write the query code for dropdowns in views. Isn't it against MVC. if so then why do we do it.
View Article