Ajuda Com Adderror()
Amigos, eu preciso retornar um erro para a minha view se a variável resposta for null. Vi que tem o addError mas não estou sabendo utilizá-lo, eu coloco assim no meu controller: if($resposta == false){...
View ArticleCreate My Own Library
Hello everybody! I want to create your own library of methods in a class, to be used in the controller Where I have to save this class and then how to include to the controllers? Is it possible to...
View ArticleProblems With Clientscript Registerscript
Hi, First off, Let me say how easy Yii has made my development. I no longer am worried about the "nitty gritty" and can rest assured that my code is also scalable (as long as I stick to proper code...
View ArticleError Handling
Good Day Yii Masters, Im working on my register page and I want to know, Is their a way on how I can show an error message when i Click the submit button if the input in a text field has a duplicate...
View ArticleExtension Nestedtree
new extension publication in progress... http://www.yiiframework.com/extension/nestedtree/ Waiting for your bug reports or any question concentrated nested set in tree.
View ArticleThrowing Chttpexception Problem
dear all, i found that throwing an CHttpException doen't show the site/error page. is there any solution to force the application to show the error page with a specific exception,.? one more question,...
View ArticleHow To Customize Client Side Form Validation According To Fields Shown In View
hi friends i want to customize the client side js validation. Sorry for my english. my scenerio is that. i have a form for The Different Kinds of user registration . e.g (admin, client , developer),...
View ArticleTlbexcelview-Related Discussion, Questions, And Issues
Please use this thread for any issue related to the tlbExcelView widget
View ArticleEditablecolumn, I Don't Get The Value
hello, I am using Editablecolumn http://www.ybe.demopage.ru/#EditableColumn . When I click under a link into my gridview I get this text : <div class="editable-loading"></div> and not the...
View ArticleDynamic Textfields
Hey, I want to integrate dynamic textfields but I don't know how. I have one CJuiAutoComplete textfield and I want to add more textfields by pressing an add button. I tried to realize this with the...
View ArticleCdbauthmanager On Ms Sql
Hi all, So I am using Yii against an MS SQL database. When I use CdbAuthManager::getAuthItem(), for example, it fails because the function does not quote the column name in the the where() portion.....
View ArticleHandle Of Long Running Process In Yii
Dear All, I have developed application for managing warehouse. It is simple in and out warehouse transaction. However, the item is about 900. The problem is when I generate monthly report, it will...
View ArticleUsage Of Cactiveform In A Layout!
I have only recently begun working with Yii and so far I have managed to pick it up nicely, but now I am running into 'problem'. Acually more a question on how to do things properly Yii of course works...
View ArticleAdd Searchcondition Limiting The Result
Hi experts, I need to LIMIT the results by using LIMIT im using like this.. but i need to LIMIT the results as it is fetching all the results from database.....
View ArticleForeach Mit 1 Datensatz
Hallo Zusammen Ich habe eine Newsletter Routine welche mittels foreach durch alle Datensätze läuft. Die funktioniert auch prima. Nun möchte ich nach der Registration dem einzelnen Benutzer gleich einen...
View ArticlePlace Widget (Highcharts) In Zii Widget
Hello All, I have the following problem: I have a instance of CJuiAccordion, but i assume this holds true with all Zii widgets <?php $this->widget('zii.widgets.jui.CJuiAccordion', array( 'panels'...
View ArticleFile Upload
I want to upload a file using Chtml in Yii. Table have 3 fields( id, name, attachment). In the index.php had following code. <form> <?php $name='abcd'; ?> <?php echo...
View ArticleUrl Management
Hi every body. All my seniors and juniors. I had one question and I need to implement in my running project soon https://twitter.com/chelseafc/followers the url above is for chelseafc fanc that are...
View ArticleHow To Get Page Fragment Cache Id In An Action
I run into a problem lately when trying page fragment cache in my project. I use CFileCache for the job. The code in the view file(simplified): if($this->beginCache('search',...
View ArticleUndefined Index: Comment (Yii 1.1.13)
Hi, since I upgrade yii 1.1.12 to 1.1.13, my app crash. I have 4 DB conections: 1xOracle 10g, 3x MySQL 5.2 and 1xMySQL 4.1, used by several models. Using 1.1.12 my App works fine. Using 1.1.13, I get...
View Article