Url Manager И Знак ?
Есть сайт, который переводится на Yii. На старой его версии варианты путей были как: example.com/?item=523 example.com/?category=523 example.com/?category=523&sort=rel Возможно ли использовать...
View ArticleMenampilkan Secara Otomatis Pada Textfield
salam kenal agan" yg baik hati, butuh pencerahan dan bimbingan nih. akuh pgen bkin aplikasi tambah data jenis kayak gambar dibawah ini. langkah-langkahnya gmna yah gan. mohon bantuannya..
View ArticleError: MySQL server has gone away
I'm getting a MySQL error about once in every 10,000 times of using my Yii application. Looking at the error, it seems to me that if my table ("game") is not available, I would get the exception EVERY...
View ArticleОшибка При Загрузке
При загрузке файлов выдает ошибку: Call to a member function saveAs() on a non-object Собственно сама строка: $model->image->saveAs('images/poster'); Контроллер: public function actionCreate() {...
View ArticleForbidden In Url Containing "signin" Word [Solved]
I just wrote in view: <?php echo CHtml::link('link',Yii::app()->createUrl('signin')) ?> But when clicking on the URL encountered with this message: Quote Forbidden You don't have permission to...
View ArticleSqlsrv Connection Fails To Open
I'm running yii on my local machine on WAMP. I also have a database which is installed with MS SQL Server 2008 R2 Normally I run yii with a mysql database but now I'm trying to set up yii on MS SQL...
View ArticleDocumentation improvement suggestion on...
It doesn't seems obvious to me that activeFormWidget is only available after render() is called, I only found it out after several trials and errors. I would suggest to add a statement that says it...
View ArticleValidación Ajax En Ventana Modal
Buenas tardes para todos, El título es muy diciente, tengo un problema referente a la validación de un formulario en una ventana modal de BootStrap, la idea es que valide según las reglas alojadas en...
View ArticleBusqueda Con Variable En El Cgridview
Buenas Tardes a todos!!.. Nuevamente por aca a ver si me pueden ayudar.. Tengo un modelo llamado equipo_aud con (cod_aud, num_ofic, id_auditor).En el _form de dicho modelo tengo un boton llamado...
View ArticleRemove All Html - Javascript Entities
Hi I want your opinion about removing all no human-text (in addition html,php,javascript tags) sympols from a textarea for max security I used CHtmlPurifier() to purify the field but not work with...
View ArticleUrlManager and Godaddy trouble
My application with UrlManager enabled works fine in local wamp server. When I hosted it on Godaddy I was getting internal server error. So I removed htaccess and UrlManager code. It worked fine but...
View ArticleProblem With Batch Updating
i want to use batch updating and implement this code: PostsController methods: public function actionBatchUpdate() { $models=null; $ids=null; if(isset($_POST['ids'])) { $ids=$_POST['ids'];...
View ArticleYii Developers In Southern California Area?
I am looking to add another Yii Developer to our team. Applicants must be on the West Coast. Preference goes to applicants based in Southern California. Experience with Yii, MySQL, Git are a must. I am...
View ArticleParâmetros Do Main.php
Onde posso encontrar a lista dos parâmetros possíveis para o protected/config/main.php?
View ArticleUsing Array Data In A View
Hello, Being quite new to yii and the MVC approach, I'm still in the "what goes where?" phase, and so I'm sorry in advance if what I ask seems obvious. I'm trying to build a basic requirement page (php...
View ArticleYii Themes
hello, I created a little site where designers, (or whoever) can upload themes/skins etc that they designed especially for Yii applications. I've created some, to get everybody started, but as you'll...
View ArticleYii Login Related Issue .. Please Help
Please help me.. Even I'm facing this same issue. I have searched the whole google and this issue has something to do with particular server only Mybb/phpbb/joomla/wordpress - all other logins are...
View Article1.12 Gii Not Allowing Login
Tested in bare webapp one with 1.11 and one with 1.12. Worked in 1.11, doesn't work in 1.12 Problem: Entering password does not log into gii Set gii password in config/main.php 'modules' => array(...
View ArticleUploadify Custom Widget
Salve a tutti, sono nuovo nel forum e soprattutto nell'ambiente Yii che trovo fantastico. Il mio problema è il seguente: Devo permettere all'utente di caricare più immagini relative ad un prodotto, ho...
View ArticleBackbone.js Tutorial
Amo Yii lo userei anche a colazione. Lo amo per la sua pulizia nella scrittura del codice grazie al paradigma MVC. Lo amo per la sua facilità di utilizzo ed anche perché è semplice da imparare....
View Article