How Yii Generates Dom
Dear friends, I'm experiencing a behaviour of Yii that illustrates that I must be missing something. To be short: this is the code in view/layouts/main.php: <div class="large-3 columns"> <?php...
View ArticleHow To Write This Select In Query In Query Builder
Hi, I'm trying to execute this query in querybuilder. SELECT id, title, area_id From item WHERE item.area_id IN (SELECT item.area_id FROM item WHERE item.id = 3) I've read the docs for the Where() In...
View ArticleClistview 'show More Results"
Is it possible to configure CListView / pager to append results to the current result set, i.e by clicking on a "show more results" button?
View ArticleCgridview Custom Data Provider Issue
Greetings, Newbie here. I have a form with 2 textfields with datepicker to choose a begining and ending dates of events, a bootsrap tabular to show 2 CGridViews (there are 2 types of events both have...
View ArticleSet Alias
I am using Mac and its built-in php. In main.php, i did this Yii::setPathOfAlias('bootstrap', dirname(__FILE__).'/../extensions/bootstrap'); but it does not work, so, in an index.php, i wrote: <?php...
View ArticleПодскажите, Как Реализовать Категории И Подкатегории
Изучаю yii фреймворк. Не могу разобраться с подкатегориями, вернее не соображу как реализовать это логически. К примеру. Есть в сайдбаре список категорий. category1 category2 etc.. у каждой категории...
View ArticleClistview ,active Record And Viewdata
Hello, I am trying to list items from a db using AR and viewData but I would like to call to getimage function in my PersonController to search pictures in a directory based on the id_person that...
View ArticleCgridview Shade Column That Is Sorted
I need to shade the column that is sorted in CGridview. Has anyone done this before or know how to do this? Thank you
View ArticleHow To Exclude File Input Fields In Ajax Validation
I have created the ajax validation and it performs well for each field except the file input field. It keeps alerting me in red. I want to ask if there are any way to exclude file input fields in ajax...
View ArticleDiferencia De Dias Entre Dos Fechas
Buenos Dias!! Estoy comenzando a explorar este mundo de Yii, espero me sean de gran ayuda.. Tengo dos campos en mi form, fecha_inicial y fecha_culminación tipo Date en mi base de datos postgres.. y...
View ArticleMatching Two Similar Url's, Routing To Different Controller Functions
I am having some issues with the URL's, they are currently like this and working fine: /blog/my-blog-post-example with the URL manager set to 'blog/<slug:[\w\-]+>' => 'blog/view', However I...
View ArticleFormato Money
Buenas tardes para todos, Mi problema se resume en convertir un número a un formato Money, parecido al empleado por Excel al dar formato a un número, ejemplo: "1000000" a "$1.000.000", esto con el...
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 ArticleDrop Down List Value From Multi Source
hi i need to display a drop down list which get its value from 3 other drop down list. echo CHtml::dropDownList('stclass', '', array(), array( 'prompt'=>'Select Class', 'ajax' => array(...
View ArticleYii Cdbhttpsession
I'm using mysql database to store the user session data. I redirect the user to another server with the session id as a variable (GET), and then i need to retrieve the session from the DB using the ID....
View ArticleAre You A Freelance Yii Developer?
My teammates and I work locally with businesses and develop websites for them, mostly using Yii. However, new projects are coming in much faster than we can handle, and I really need people who can...
View ArticleSome Sessions Not Stored
Hi all! Im having a issue i just found with my Authentication. When the user logs in, i save a few sessions: Yii::app()->session['id'] = $user->id; Yii::app()->session['name'] =...
View ArticleInlcuding Log In Form In Main.php Layout Script
Hello, I need to have Log in form available for guest users throughout my site on all pages that are exposed to public. I have implemented one solution, but I am concerned is it a good practice to...
View ArticleWhite Page
Hi! I tried on local host a web app that is OK on remote servrer. I show always white page calling /index.php/site or calling /index.php?r=gii Can you help me?
View ArticleGetting Yii to play nice with PHP 5.3 namespaces
I have been struggling with using PHP 5.3 namespaces with Yii. The Yii autoloader is passed the namespace AND the class name, so it is not seeing \foo\bar\class as an imported class. I have tried...
View Article