Gridview Filter
Hi, In CGridview I'm trying to enter text in the search (filter) box. On starting search the grid disappears. Following are the environment details: Local setup (working) - jQuery Library v1.10.1 - Yii...
View ArticleФорма Поиска На Всех Страницах?
Есть поиск по сайту, все работает отлично, но как вывести форму на всех страницах? Контроллер public function actionSearch() { $model=new Film('search'); if(isset($_POST['Film']))...
View ArticleYii User Management - Default Role
Hi there. Sorry but i was looking for set a default Role for all the new users but can't find any method for make this. Can someone help me? Thx!!
View ArticleJoining 2 Tables
hi plz help me doing joining of 2 tables i have 2 tables tbl_a(id, name) and tbl_b(lastname, did) in tbl_a id is primary key and tbl_b did is primary key.., no foreign key here. both tables are...
View ArticleSyntax
// grid with telephone list $this->widget('zii.widgets.grid.CGridView', array( 'id'=>'sg-telefon-grid', 'dataProvider'=> $model->searchspec(), 'ajaxUpdate'=>true,...
View ArticleYii Masonry Style [ Like Pinterest ] Extension
Yii Masonry Style v1.0 beta [ Yii Extension ] Hello guys, Yii Masonry Style it's new extension for yii to view posts or photos like pinterest.. It's my first extension for yii so please try it and give...
View ArticleModel Save And Automated Timestamps
I have a field in my database(MySQL) table of type:TIMESTAMP with default value:CURRENT_TIMESTAMP and attributes : on update CURRENT_TIMESTAMP Normally , when I update any field in the table (lets say...
View ArticleCześć :)
Witam wszystkich! Od tygodnia uczę się Yii, więc stwierdziłem, że dołączę do forum. Fajnie, że rośnie tutaj polski dział. Postaram się być aktywny na polskim forum, chociaż ze względu na poziom...
View ArticlefindByAttributes()
I am trying to use this method to find an active record. What I am looking for? select * from tbl_user where username= {sameparam} or email= {sameparam}; I tried this:...
View ArticleCgridview Delete Option
I everyone i have a cgridview and the data provider is from a diferent model so i have changed the button options , and all worked fine.One problem: When i press the delete option the row is eliminated...
View ArticleImpressions After A Few Weeks
I have been a developer for many years, initially I would sometimes build custom frameworks tailored to customer cases I had and then continue building on them, but since the overwhelming of technology...
View ArticleCactivedataprovider With Custom Sql
I have a rather complex query that uses sub-selects and joins that have sub-selects. Since it is difficult to create this query using CDbCriteria, I was wondering if there is any way that we can pass...
View ArticleUnable To Get Combo Box Value To Save?
I am new to YII. I have form which is used "Role" combo box (from model there is method). When I store in db , the value is always 0. The html is below <div class="row"> <?php echo...
View ArticleExtensão Busca Endereço Por Cep
Olá pessoal, Postei uma extensão para buscar endereço por CEP: http://www.yiiframew...n/yii-correios/ O principal diferença desta extensão quanto a outras soluções disponíveis por ai, é que ela não usa...
View ArticleHow to update CGridView with ajax?
I have searched for a solution long time. Can anyone show me a simple example? To keep things simple, I want to add names to table. I have working autocomplete field and an ajax button, which adds name...
View ArticleYii Validation Rule Issue
I have a problem in yii validation rule, I make a signup form with couponcode for my product. When user enter a coupon code I want to check this couponcode is exist in coupon table or not,but problem...
View ArticleCustom Validation Not Working
Hi All i am trying to implement custom validation for fields, but looks like the function is not called in the rule. can any please help out. test.txt (716bytes) : 0
View ArticleYii Can't Autload A Model/class
Dear Yiians, I'm getting a pretty weird behavior from my Yii project. Everything was OK then suddenly the project stopped to autload a specific model: SystemParameters.php It was working for at the...
View ArticleИдентификатор вставленной записи
Всем привет! Есть вот такой вот код $q = Yii::app ()->db->createCommand ( 'INSERT INTO '.$this->tableName().' (maintainers_name, usr_id) VALUES(:maintainers_name,:usr_id)' ); $q->bindParam...
View ArticleВыборочное Кеширование
всем привет можно ли и если да, то как организовать кеширование на файлах отдельных страниц сайта ? сейчас использую фильтр array( 'COutputCache', 'duration'=>3600, 'varyByParam'=>array('id'), ),
View Article