Guidelines For Posting This Forum
Before making your first post check all the forum sections to decide where your question should be posteddo not make duplicate posts on same or different forum sections General guidelines To get your...
View ArticleNamespaces in Yii 2.0?
will Yii 2.0 use Namespaces? http://www.php.net/manual/en/language.namespaces.rationale.php
View ArticleCuploadedfile Header
need to put in array the first line(header) of uploaded csv. this is my code $model= new ImportForm; if (isset($_POST['ImportForm'])) { $arr= array(); $arr= str_getcsv(...
View ArticleStat Relation, Menu Count Label Bootstrap
Hallo Zusammen Mit folgendem Code zeige ich im Menu dem Benutzer die Anzahl von offene Aktionen an. Der Code funktioniert aber die Prüfung ob der wert 0 ist finde ich etwas laienhaft. IIF geht da nicht...
View ArticleYii Dropdown Onchange
<?php echo 'Account Type: '; echo $form->dropDownList($account, 'AccountTypeName', $AccountType->getAccounttype(), array('prompt' => '','style'=>'width:150px;')); echo 'Status: '; echo...
View ArticleSegnalare L'errore "uno Dei Ter Campi È Obbligatorio" Una Sola Volta
ho tre campi, opzionali, ma ALMENO UNO dei tre deve essere inserito. Ho creato un vaildatore custom che, se nessuno dei tre è compilato, esegue l'addError SOLO SUL PRIMO dei tre campi. Solo che,...
View ArticleIncrustar Imagen En Un Mail Con Phpmailer
Hola estimado amigos, nuevamente se me presenta un problema que no puedo solucionarlo por mi falta de conocimientos de yii, y quisiera su ayuda el problema es el siguiente: Quiero mandar un mail con...
View ArticleRelated Search Behavior
Hi. This is a thread for any discussion regarding the Related Search Behavior extension that are better placed a forum thread than in the comments of the extension.
View ArticleForum Favorite
Hi, I'd like to ask if there's a possibility to have / add such features at yii forum (let me know if I just didn't find them). From my point of view it would be very convenient to have: 1. Mark...
View ArticleTema Dentro Do Módulo
Como faço para configurar tema dentro do módulo? ex: quero usar o bootstrap apenas para o módulo administração e por motivos de organização colocar os arquivos dentro do módulo
View ArticleПроверка Существования Даты
Доброе время суток. Есть файл _form.php. В нем находится 3 текстовых поля. day month year Если в rules() для каждого поля добавить правило типа: "array('day', 'date', 'format'=>array('dd'));", то...
View ArticleDúvida - Como Listar Produtos De Uma Categoria?
Tenho uma base de dados conforme abaixo! Gostaria de lista os produtos de uma determinada categoria. Qual seria a melhor forma para isso?
View ArticleForm Com Relações
Estou fazendo um formulário de associados onde existe dois tipos jurídicos e físicos cada tipo é uma tabela relacionada a associados. No form coloco os campos comuns entre eles ex: endereço, vindos da...
View ArticleYii::createwebapplication
Sto studiando la documentazione ufficiale di Yii ma spesso mi imbatto in dubbi amletici come il seguente. Il file index.php è il file di ingresso per l'applicazione, l'unico richiamabile direttamente...
View ArticleYii::app()->User
Ciao a tutti ! Sono un nuovo utilizzatore di Yii, e vorrei cercare di capire il più possibile di questo interessante framework. Leggendo il codice autogenerato della mia prima applicazione mi sono...
View ArticleTbauthmenu: Access Checks For Your Menus
Hi all, I whipped up a quick extension to the TbMenu/CMenu class that allows showing/hiding menu items using RBAC. There are a few extensions that do something similar, but they didn't offer the...
View ArticleRedirect To First Controller/action
Hi to Everyone I have an action (controllerF/actionF) that permits the user to save a model by redirect to another action (controllerA/actionA). The user can be update the model after of submit. how...
View ArticleDropdownlist Optgroup In Formbuilder
Hello everyone! I need your help, I am using the multimodelform extension to allow user pick many items (models) with their properties and then save them in models. The problem I am having now is that...
View ArticleSecurity Issues With Useridentity And Cookies Solution
I want to be able to use cookies to allow autologin, but I don't want my primary key for the user table (id) to be stored in plaintext in the cookie, which is why I don't use the solution here:...
View Article关于Createcommand的一点疑问
有一段SQL文 $sql = "SELECT a.uname AS email, SUM(c.goodsprice*31*c.goodsnum) AS money, FROM_UNIXTIME(d.`addtime`,'%Y/%m') AS buytime FROM dg_users a, dg_big_order b, dg_order c, dg_sendorder d WHERE...
View Article