Problem During Geolocalization
I've a web site that works right, when I show page in mobile browser I show message that asks to allow geolocalization process. I create a TA app, simply a window where I open remote site and.........
View ArticleРабота С Агрегированными Функциями
Привет, всем! Ребята, подскажите, плиз. Нужно выбрать среднее значение из колонки связанных таблиц. Использую CDbCriteria: $criteria=new CDbCriteria; $criteria->condition = $cond; //накапливаются...
View ArticleIs There A Way To Submit A Form To The Same Controller/action That Rendered...
From examples I have seen the only way to submit a form back to the controller/action that rendered it is if you used a model in the view, for example: public function actionLogin() {...
View ArticleGuardar Un Registro Antes De Ser Eliminado
Buen dia En primera apenas estoy iniciando en este framework y me he topado con muchos problemitas pero de todos he encontrado soluciones, excepto de una de la cual espero puedan apoyarme, bueno lo que...
View ArticleAdd Dinamically Instances Of A Model In A Form
Hi I'm new using Yii and I'm having a problem, I have two models, modelA and modelB , modelB has a foreing key to modelA, so what I want is in the form of modelA add instances of modelB dinamically. I...
View ArticleChecking if view exists?
Is there a quick, easy method to check, if view exists? I'm doing something like that in my widget: if(isset($item['view']) && $item['view'] != '')...
View ArticleCant get PHPUnit and selenium working correctly
Hopefully someone will be able to help me with this because I've been pulling my hair out for hours on this one... Background: I am reading the Agile Web Application Development Book and I'm up to the...
View ArticleТитл Страницы На Русском
Ситуация такая, в титл выводится: название сатйта - название страницы на английском, как можно вывести его на русском? Если прописать на страницы свойство pageTitle, то будет выводится только оно, без...
View ArticleCan I Have Yii Developers Skype Ids
I would like to get any Yii programmers Skype IDs, I will add you to my Skype etc.
View ArticleWeird Urlmanager Activity - Maybe Ghosts
I have been developing locally on MAMP with no probelms. Today I added this to my config/main.php to beautify the urls. 'urlManager'=>array( 'urlFormat'=>'path', 'rules' => array( '' =>...
View ArticleRbac Using Hierarchical Scheme
Hi, I today found the tutorial on RBAC using Yii. Great tutorial, looks like the thing I need for my application. I now have a question: I have a hierarchical structure of districts (using a nested...
View ArticleUngewollt Mehrere Einträge In Die Db
Hallo, ich hab seit heute ein sehr komisches Problem mit meinem Demo-Projekt (Preisvergleich für PC Spiele): Ich erzeuge per Formular einen "Shop", dieser wurde bis gestern korrekt in die MySQL DB...
View ArticleBeautiful Urls With Slug
Hi guys, I created a controller pageController to handle pages, and I make it the default controller in the config/main.php file. In this controller I make the default action as 'show' which looks like...
View ArticleReally Confused Over Error $This->
I just received this error from some code I was testing SiteController and its behaviors do not have a method or closure named "create_entity". The call to $this->create_entity() occurs no less than...
View ArticleSeo Unique Urls
HI to all! I have the following doubt. By default Yii comes with 3 (or even more) ways to direct someone to the same page. And that is not SEO friendly. For example: article/write/id/5...
View ArticleNeed Help Calling Model Method From Another Controller
I have a model A that has logic to connect to an API and then create some new records in the database. A user enters a website url into a table and the model creates a series of other data using...
View ArticleWhy Does Csecuritymanager::hashdata() Append The Data?
I expect I'm just missing something here, and would love some input on this (i.e., what am I missing?). For a while now, I've been in the habit of using PHP's hash_hmac() function to hash data, such as...
View ArticlePortal Hosting Ssd En La Nube Desarrollado En Yii
Es un gusto presentar a la comunidad el servicio de Hosting SSD 1Server.co con conexiones a Internet de Nivel-1, que fue desarrollado 100% en Yii. Acabamos de lanzarlo con una interfaz sencilla pero...
View Article[Need Help] Boilerplate And User Management Module
Can anyone please help and advice how to install yii user management module into yii boilerplate? I try download yum and place in common/modules folder, and edit backend/config/main.php as below:...
View ArticleHow To Configure Extension Which Has It's Own Modules?
For the experts: How is it possible to configure the following: 1. An existing Yii application has app/protected/modules 2. existing modules in #1 are configured inside main.php and added to modules...
View Article