[Wiki] How To Use The Official Yii Installer For Composer
this post is related to the "How to use the official Yii installer for Composer" wiki post. Thanks brOsk for this intresting post. ....just one question : how come creating a new yii webapp produces...
View ArticleSacar Valor De Dropdownlist Dependiente
Buenas, soy nuevo en yii, he estado haciendo dos dropdownlist dependientes guiándome de un tutorial que he encontrado por aquí. Ahora esto intentado sacar el id seleccionado del segundo dropdownlist y...
View ArticleYii 1.1.13 Is Released
We are very pleased to announce the immediate availability of Yii Framework version 1.1.13. You can download it from the Yii project site at http://www.yiiframework.com/download/ This release includes...
View ArticleHelp With The Multimodelform (Form Design)
Help With The Multimodelform (form design) Yii Framework good community with my problem is that I can not MultimodelForm and sort my text boxes for my application if anyone can help me with some code...
View ArticleRichieste Ajax Molto Lente
Ciao a tutti! Ho dei problemi di performance con Yii, quando faccio una richiesta Ajax ad un controller, anche solo per restituire un numero ci mette almeno 3 secondi, che se carico diverse richieste...
View ArticleFilter Grid With Date Range
Hi everybody I need to filter a CGridView, in typical admin page, through a date field with a range from-to. I've found two useful articles about that, but......
View Article[solved] [newbie] CHtml:link with an image
Hello, I have (I hope so) a simple question... How do I create a link with an image? The normal way is so: <?php echo CHtml::link([some HTML], array('view', 'id'=>$data->id)); ?> The...
View ArticleFiltering Related Model Attribute In Grid, With, Together
Hi Guys, I'm a little bit confused now about filtering in grid for related model's attribute. I've found a few "solutions" in different topics (for example here), but it's not really clear for me. so...
View ArticleFormatcurrency With No Decimals
Shouldn't FormatCurrency be truncating decimals for locales that do not use decimals? For example, if I'm doing a price conversion from Dollars to Yen, Yen doesn't have decimals. As a test:...
View ArticleHas_Many Like A Has_One
Hello, I have the following database tables (models): USER id name GAME id name BET id user_id game_id value date I have a view where all games are listed, using: $games = Game::model()->findAll()...
View ArticleRedirect Mal Formado
Hola foro, por que este redirect: $this->redirect(array('creadas','id'=>'1,2')); queda así: solicitudes/creadas&id=1%2C2 cómo lo debo armar ? Gracias, Saludos.
View ArticleBootstrap Modal & Navbar Conflict?
Hello to everyone, I have an irritating problem. I'm using the bootstrap ExtendedGirdView widget in order to render and edit the data of each table. I followed the logic that is described in the answer...
View ArticleReglas De Negocio Con Rbac
Buenas a to2, con el fin de usar el sistema de autenticación y roles por defecto de Yii , he generado con rbac el sistema de roles, tareas y operaciones pertinente, pero tb necesito generar algo de...
View ArticleActualizar 2 Tablas Desde El Modulo De Actualizacion
Mi pregunta es para actualizar 2 o mas tablas desde el modulo de actualización porque ya lo hice insertando en 2 modelos (Tablas), en el modulo de inserción y también visualizo la información si hay...
View ArticleHerencia y relaciones de clases
He desarrollado una aplicación bien básica con Yii pero necesito saber si estoy haciendo las cosas bien. Se me ocurre este ejemplo para ilustrar un poco mi duda: Supongamos que estamos desarrollando un...
View ArticleMany To Many
hello , i need to get values from a many to many relation and it is not working. have public function relations() { // NOTE: you may need to adjust the relation name and the related // class name for...
View ArticleCgridview, Many_Many, Фильтрация Данных
Добрый день. Есть две модели: Note и Order. Order: ... public function relations() { return array( 'notes' => array(self::MANY_MANY, 'Note', 'order_note(order_id, note_id)'), ); } ... Note: ......
View ArticleRules Validation
hi i have image model and i have placed it in the rules array('userName,binaryfile,email','required'), but when i click the submit button its not validating it and it loads actionCreate() without...
View ArticleYiiboilerplate От Clevertech, Как Организовать Короткие Ссылки?
Для начала для пояснения для тех кто не в теме: Clevertech реализовал структуру приложения(болванку) YiiBoilerplate с разделением на frontend и backend + в пакете сразу идет их адаптированная версия...
View ArticleLink Error (Cexception) When Using Cdetailview To See Individual View
Hello, I am currently trying to view an individual entry in my DB using the link in CGDetailView. However, I get error messages when redirected to the view page which is supposed to be for a single id....
View Article