Несколько Вопросов О Cactiveform
Парочка вопросов касательно CactiveForm. 1) Как получить имя поля. Если использовать labelEx то мы получим имя поля обернутое в label. А мне нужен только имя поля, как его получить? Мне оно нужно, что...
View ArticleConexión A Base De Datos
Que tal amigos saludos. Les comento, estoy haciendo un proyecto es acerca de base de datos. Tengo esto en el main.php 'db'=>array( connectionString' => 'mysql:host=localhost;dbname=test',...
View ArticleWhy Am I Seeng The Word "aborted" In Command Console?
the output of the script is like mail sent! mail sent! mail sent! Aborted here's the code that produces that output with the aborted thing public function actionEmailDupes() { $sql = "SELECT...
View ArticleProperty "User.salt" is not defined.
here the error message i get: CException Description Property "User.salt" is not defined. Source File C:\wamp\www\yii\framework\db\ar\CActiveRecord.php(107) 00095: */ 00096: public function...
View ArticleEAjaxUpload Extension
I have installed the EAjaxUpload Extension. Could not find any entries using search - so a new topic. Was not able to post against the entry in Extensions. The page prompts for a file, it downloads...
View ArticleYiidb2 - Db2_Bind_Param
Hi All, I've been using the YiiDB2 extension (http://www.yiiframework.com/extension/yiidb2/) while testing out the framework on a project I'm working on. I've noticed an issue (which I think is with...
View ArticleYii 1.1.14 - File Validation
Problem appeared after framework updating to v1.1.14. I can't upload image, it always says that "image can not be empty". public function rules(){ return array( array('image', 'file',...
View ArticleHtml Beautifier
So, while surfing around github a while ago, I stumbled upon a php lib which would beautify HTML. Sadly I forgot to star or bookmark it and I cannot find it again ... Just to be clear: I'm not looking...
View ArticleCbuttoncolumn Url
Why is is that I can echo the correct value when echoing $tempSeats but when I try and place the variable in the CButtonColumn 'url' field it does not display anything? I have tried numerous solutions...
View ArticleZurmo Looking For Full Time Software Developers
* Update as of August 12, 2013 - we are again hiring more developers * Zurmo Open Source CRM is looking for two full time software developers to join our core team. We are one of the largest projects...
View ArticleQuick Question: Passing values from disabled form's fields.
Hi, I just noticed that when I disable field with jQuery (giving it disabled attribute set to "disabled"), standard form generated by Gii stops passing values from such field to controller. Is this...
View ArticleRadio Button Validation Problem
I have three radio buttons in my view, but for some reason they always fail the "required" validation. Here are the rules in my model public $plan; public $business_name; public $first_name; public...
View ArticleDiscussion and Questions on EJuiAutoCompleteFkField
Please post any discussion or questions related to extension EJuiAutoCompleteFkField in this topic.
View ArticleBeginning Yii Video Training Course
I am very pleased to announce the release of my video training course through Packt Publishing called "Beginning Yii". Learn the Yii framework in minutes The course is designed for anyone wanting to...
View ArticleValidate Form Element Not In Model
Hello there. I'm trying to validate a form wich has an element not present in the corresponding DB table. So, I've added it in the model (public $myfield;) and in the validating rules. But whatever I...
View Article[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 ArticleGestionale Con Yii?
Buongiorno, mi sto avvicinando al mondo Yii leggendo quasi dappertutto che è un ambiente fantastico e aiuta notevolmente le fasi dello sviluppo di qualsiasi progetto. Ora io ho la necessità di...
View ArticleHow Long It Will Take...?
Hi, sorry, maybe I am posting in the wrong section (but I couldn't find more suitable)... I would like to ask, how long would you take (a very rough guess) to build an app with YII like...
View ArticleCactivedataprovider/cdbcriteria And Group By Issue
Hi there, I don't know why but when I add a group condition to my CDbCriteria I get an error. Here's the code $criteria = new CDbCriteria(); $criteria->alias = 'u'; $criteria->join = 'LEFT JOIN...
View ArticleTrouble Getting Gii Connected To Oracle
Cheers. I'm completely new to PHP and thus to Yii and Gii. I've been going through the framework tutorials and it's been relatively painless so I though it was time to start experimenting with Oracle...
View Article