[Extension] Yiistrap
Hey All, Yiistrap, the new version of the popular Yii-Bootstrap extension is finally here. If you liked Yii-Bootstrap you will love Yiistrap. You can download it from extensions or clone it from...
View ArticleFuncionalidad De Registro De Usuarios Y Roles
Hola a todos Llevo varias horas o un dÃa de trabajo leyendo e intentando entender como funciona la autenticaciónen Yii. He leido los siguientes articulos Implementing a User Level Access System y...
View ArticleMultimodelform/jqrelcopy - Copy Previous Insert
Is there any easy way to copy my previous insert ? For example in demo: Insert group with 2 users with msg "Group with 2 members working on subject 1" for day 01-08-2013. Now I wanna copy that and get...
View ArticleMd5 Not Secure Enough Anymore?
Yii Demo app uses MD5 to hash password, thus suggests users, that this is safe and secure enough. I thought exactly the same. Up until now. What do you think about this readout:...
View ArticleProblem Searching By Date Different Format
Hi veryone , I show the dates on my gridviews like d-m-y and when I'am gonna use the search, it doesn't work obviously because when yii compare one date is format like Y-m-d(model) and in the gridView...
View Articlehow to save multiple records in iteration?
for ( ) { $this->attributes = $pin; $this->save(); } hi, this is not working T______T it will only save one record... other will update...
View ArticleCapcha
Hi, any chance someone has spent time there while the page loads that has a form and at any moment it disappear this captcha?
View ArticleDoes Anyone Want A Tutorial On Observableactions?
Tutorial on ObservableActions? In the course of building a RESTful API for a client, I've made extensive use of events to make actions reusable and flexible. Since event-handling in actions isn't...
View ArticleYii Autentication With Mysql
Simple Authentication with the Yii Framework Most sites use some form of authentication. Maybe users have to login to post questions, to read content, or to administer the site. Whatever the case, a...
View ArticleYii Entwickler Gesucht...
Ich suche ab den 01.10 einen Yii-Entwickler zur Festanstellung. Du solltest Dich perfekt mit dem Yii-Framework sowie mit Mootools auskennen. Es geht um die Seite https://wocoo.de Ich möchte mich mehr...
View ArticleSet The $_Post Variables In View With Accessibility In Controller
Hi, In view i have following code: <?php echo CHtml::beginForm() ?> <?php echo CHtml::textField() ?> <?php $_POST['delete']='1' ?> <?php echo CHtml::submitButton('Delete') ?>...
View ArticleValidation Bug
Hii, I found a bug during validation, I want to report about this. I have used JMultiSelect and EchMultiSelect in my form. And for validation of form I m using AjaxValidation. So when I was filling...
View ArticleCookie Not Writeable?
Hey Guys, I am not sure what I am doing wrong here. I am just trying to update the value of an existing Cookie, but no matter what I do, it won't update the Cookie. Would be great if someone could give...
View ArticleHow To Access Another Application Resources
I have created two related applications in yii. I need to use some images of application 1 in application 2. How this is possible in yii. Forbidden error is generated.
View ArticleSanitizing Currency
Hello, I am currently using an application that stores and retrieves currency from the database. I use the CNumberFormatter class to properly format a number when retrieved and presented in a view, but...
View ArticleBuilt With Yii Framework
Hello everyone, Just launched simple showcase of Yii powered websites and applications. Bit a bit gonna grow up to interesting project laters... builtwithyii.com
View Article(Yii-User:hoauth-)The Format Of Birthday Is Invalid
Error, while saving Profile model: array ( 'birthday' => array ( 0 => 'The format of Birthday is invalid.', ), ) I'am getting this error after logging in with linkedin using Hoauth and yii-user...
View ArticleHow to update a specific model attribute?
I'm pretty new to Yii.Though I find Yii is great,I'm quite confused with writing codes myself some time.For example,I want to do run such a sql: "UPDATE profile SET avatar='newValue' WHERE...
View ArticleMany Tables - Common Structure
Hello I wrote a web app in PHP/MySQL to handle the data of a medical team. the prototype has worked well and I am now rewriting it using Yii because it needs to expand from 1 team to perhaps 100 - and...
View ArticleWorking In Team With Yii
Hi there, I would like to know how I can start a project where a selected list of developers could share the code via GIT but having each one of them a credential to the DB. Ex: Dev1 = 'mysql:host.com,...
View Article