Yii is a high-performance, component-based, open source PHP framework best for developing Web 2.0 applications.
1
vote
1answer
5 views
Yii layout in controller
i'm a new one in Yii :)
I'm trying to generate CRUD structure with Gii and everything ok.
But i'm a little confused about overriding layout path in controller.
public $layout = '//layouts/column2';
...
0
votes
0answers
11 views
Yii Booster TbTotalSumColumn formatted as currency
I am using Yii Booster, and one of the widgets is TbTotalSumColumn.
When it renders the total in the footer, it uses the following code:
echo $this->totalValue? ...
0
votes
2answers
37 views
PHP: write in php://input
I would like to know how I could write something in "php://input".
Actually I would like to know if I can use this stream like a superglobal.
Example with $_POST
file1: $_POST['param'] = "test";
...
0
votes
2answers
16 views
How to solve 500 undefined message YII?
I'm working on YII and I get 500 Undefined Message. It does not tell me a lot. How can I get what's the problem? Is there any debug mode for it?
0
votes
1answer
37 views
Yii: How to refer to model's field when columns name duplication performing relational query?
I try to execute this relational query in Yii:
$r = MachineData::model()->with('machineGames')->findByPk($machine_id);
but it returns this error:
CDbCommand failed to execute the SQL ...
-2
votes
1answer
35 views
Yii sql generation
I am trying to prepare the following sql query but unfortunately it did not work.
select course.course_name, enroll.start_date from dp_courses course LEFT OUTER JOIN dp_enroll enroll ON course.id = ...
-1
votes
1answer
19 views
CUploadedFile::getInstance Always Returns Null on Uploaded File
I have built a form in YII and I need to process an uploaded file. I followed this guide, but I've stumbled upon an issue. CUploadedFile::getInstance always returns null.
Here's what I use. My model:
...
0
votes
0answers
22 views
Yii Bootrstarp Navbar .active not applying on some pages
I have a Yii project, where I user yii-bootsrtap. I have some static pages (like FAQ and About page) that the user can access from the NavBar. It looks like this:
Index | About us | FAQ | Login ...
...
0
votes
1answer
18 views
Yii Creating an audit trail; Controller to another Controller
I'm creating an audit trail module for a project using Yii php, and i'm quite a newbi.. and as we all know audit trail is concerned with the creation of history, transaction logs... i've created a ...
2
votes
2answers
30 views
How to get results of findBySQL
Sorry for my English. Here is a code:
public function showLastThreeNews(){
return News::model()->findBySql('SELECT * FROM news LIMIT 3;');
}
Next, for example, I want to get results of the ...
0
votes
0answers
27 views
checkbox handling in yii framework
I try to make the checkboxes in yii framework with foreach and the code i write is
<?php
foreach ($similarEdu as $value)
{
$checkBoxName = $value['checkBoxName'];
...
0
votes
0answers
27 views
Yii folder structure and global configuration for n applications
I'm building a folder structure and global configuration to allow me to create applications on Yii framework where all applications could share common codes, extensions or modules.
The idea is, each ...
0
votes
1answer
25 views
Changing the Html of CListView Yii
I want to change the HTML of my data provided by my CList view when there is a pagination involved.
It shows :
Displaying 1-3 of 5 results.
At the top of the pagination. I don't want to show that ...
1
vote
0answers
40 views
CDATA being added automatically on JS in Yii?
I am coding in Yii and whenever I put any JS it tags it in CDATA.
Why is it getting added automatically? and will there be any problem if I remove it as I write my markup in HTML5.
0
votes
1answer
28 views
Yii Search for a custom defined field
I am new to yii and have been stuck on this issue for a while now so please bare with me if it's something obvious!
I have to look up names as a combination of first name and last name i.e concat of ...
0
votes
1answer
16 views
Yii's CArrayDataProvider and new rows
Is there a way to show in a Grid that takes it data from CActiveDataProvider some new rows that are not actually yet into the database?
here's my scenario..
I have to fill by X times (the quantity ...
1
vote
1answer
17 views
Yii and jQueryUI Sortable - can't drag
$sortableItems = $option->getSortableItems();
$this->widget('zii.widgets.jui.CJuiSortable',
array(
'id'=>'order',
...
3
votes
1answer
36 views
Yii dataProvider the data order given by an array
I've searched a lot about that and didn't got the answer so far. Here's the problem:
I'm creating CDbCriteria object to get proper data:
$criteria = new CDbCriteria;
...
0
votes
0answers
18 views
Yii Cadvancedarbehavior Error
I have recently started in Yii and I am now stuck in this problem,
I am making a blog system in yii and I have a "Post" table and a "Tag" table which is a many-many relationship,
The relation defined ...
2
votes
1answer
35 views
Yii multiple relations to same table
I have the following relations defined in my UserBan model:
public function relations()
{
// NOTE: you may need to adjust the relation name and the related
// class name for the relations ...
0
votes
1answer
25 views
static variable is not changing. Yii, OOP
I have a code of index action of SiteController
static $cid;
public function actionIndex() {
if(Yii::app()->request->isAjaxRequest) {
//return ajax data, includes this
...
1
vote
1answer
23 views
Css is not applied when YII_DEBUG is set to false
I have a website made using Yii plus YiiBooster. When I am in DEBUG mode there is no problem - all styles loads and applys properly. When I set YII_DEBUG to false in index.php file - css files are ...
1
vote
1answer
14 views
How do I apply a CDataColumn filter to my CGridView so it displays only rows with a null-value?
I have a model with a boolean value, generated from a table like this:
CREATE TABLE receivable (
...
is_paid INTEGER DEFAULT NULL,
...
)
You should only take notice of the possible NULL ...
0
votes
1answer
22 views
Yii Cgridview generate pager bad link
I have a problem with Yii cgridview.. It was work properly, but I don't know when it becomes error.. When I checked with inspect element, I found that the pager is generate a bad link for the page ...
1
vote
1answer
18 views
Attach Behavior to all Models
I'm using Yii Framework and would like to attach a behavior named datetimeI18NBehavior to all models.
I'm doing it manually adding the following code to each Model:
public function behaviors()
{
...
0
votes
0answers
13 views
Yii + Yiiboster extended grid javascript error on update grid
I'm getting a javascript error
Uncaught TypeError: Cannot read property 'loadingClass' of undefined
I'm using bootstrap.widgets.TbExtendedGridView and the bootstrap.widgets.TbRelationalColumn
...
0
votes
0answers
35 views
Permission Denied error in Yii
I am working on a blog system in which I have installed an extension in named CAdvancedArBehavior.php in my extensions directory.
Now after calling it, I keep getting this error :
...
0
votes
2answers
29 views
Yii: How to remove search from /admin page?
Yii 1.1.13.
On /index.php/employee/admin (autogenerated by Gii and then modified by me) search boxes are shown by zii.widgets.grid.CGridView.
How to remove these search boxes altogether? I want the ...
0
votes
1answer
129 views
What PHP MVC Framework would the PHP experts recommend between FuelPHP, Laravel and YII… [closed]
I did use CodeIgnitor for a project last year, and really enjoyed it, but since some of the developers broke away from that Framework to creat FulePHP it seems like it's stagnated a bit.
I also ...
4
votes
3answers
76 views
In proper MVC, does everything have to be a model, view, or controller?
Something I have been wondering but somewhat too embarrassed to ask until now: In "proper" MVC (strictly adhering to the pattern), does everything have to be a model, view, or controller? If not, can ...
2
votes
2answers
76 views
How to pass parameters to event handlers in yii?
I am impressed by the flexibility of Yii events. I am new to Yii and I want to know how to pass parameters to Yii event handlers?
//i have onLogin event defined in the login model
public function ...
-1
votes
0answers
11 views
how to show multiple galleria on the same page using Yii galleria extension?
I have an issue with the Yii galleria extension. I need to show two gallerias in the same page using tab system. One tab for picture and other for videos. Problem is that the second tab appears ...
0
votes
1answer
27 views
Yii Captcha error
I am working in Yii and I am just a beginner and trying my best to learn the framework and here is where I am stuck at :
I have created a user model and the required forms that go with it, and I am ...
0
votes
1answer
23 views
Yii: Naming relations and fields
I wrote some Yii code with the same name for a DB field and a relation:
public function relations()
{
return array(
'kin' => array(self::BELONGS_TO, 'Kin', 'kin'),
'child' ...
0
votes
1answer
49 views
yii how to connect two options
I have two fields, the first one is called customer name and the other one is called customer id. How can I do to reach such effect, when I enter the customer name in the first textfield, the second ...
0
votes
1answer
24 views
Yii: Issue in RadioButtonList
Problem in radioButtonList. I am having two radio buttons as shown below. I am performing AJAX action on first radio button.
But when I try click the second radio button, the first one is not getting ...
-3
votes
0answers
31 views
How can I implement location pinning on Google Maps [closed]
I want to implement a feature that while filling the form user can pin their location on Google map and this location(latitude/longitude) can be filled and retrieved from database.
Similar to this: ...
0
votes
1answer
35 views
Any way to change the tag of error() in CActiveForm?
By default, CActiveForm::error() display an error in <div> tag. Sometimes I want to use <span> tag instead of <div>, but it seems that the source code of this method has fixed using ...
0
votes
1answer
23 views
Yii: zii.widgets.CDetailView - declare attrs in model or just in arguments of the widget?
I have a model (let's call it M). This model has a relation (let's call it R) to an other model (X).
By default Gii generates the code which shows R as a numeric ID (primary key in the DB). I want to ...
0
votes
1answer
27 views
Showing a specific attribute when generating CRUD in Yii web framwork using giix extenstion
I am generating Models and CRUD for my database tables using giix in YII web framework, the thing is I want to change some of the attributes that showed to me but I dont know how ? I get into the code ...
0
votes
1answer
25 views
Why a yii component works on localhost and not on remote server?
I am working with yii and i have set up the component langBox.
when i try to use it on my localhost it works while when i try using it on my remote server i get the following error;
CException
...
0
votes
0answers
55 views
Yii rules for checkboxes
I have many checkbox fields in my model. I need a validation rule that can verify the number of checked checkboxes. Note that each checkbox have a corresponding field.
1
vote
2answers
42 views
Yii, how to have controller code that runs in all views
I was wondering if there is an ideal way of having the same code running in every single view file.
Instead of having to modify all controllers and all actions and add snippets of code, is there a ...
0
votes
2answers
32 views
Yii User management, display user profile info
Hi I am using yii with the yii-user-management extension
I can see how it's fairly simple to get some of the current logged user info which is stored in the users table (e.g. Yii::app()->user->name)
...
0
votes
1answer
30 views
Yii activerecord and pagination count() slow query
So basicly the problem is in query SELECT COUNT(*) which executed in calculateTotalItemCount function in activedataprovider. As i understood it needed for pagination for $itemcount variable. The ...
0
votes
1answer
62 views
How to perform a SQL query that orders by a column of type JSON?
I am using a POSTGRESQL database and I need to order by a column that is of type JSON. This is the error I get:
ERROR: could not identify an ordering operator for type json
LINE 1: SELECT * FROM ...
0
votes
0answers
12 views
yii mprint extension didnt print dynamic input values
i've installed a mprint extension that print the values what is on the screen, but i have generated dynamic invoice which is printed fine by this extension but when i change (add or delete the items) ...
0
votes
2answers
28 views
how to create a link to a module in yii ?
Hello and thanks for reading.
I was wondering how i can link to a file from my main site to a module
eg ;
if i am in protected/views on a file and i want to link to protected/modules/user/profile ...
0
votes
1answer
23 views
How to get URL path to a Module in yii with rewrite engine on ?
Hello and thanks for reading .
I have installed the yii user module and iam trying to link to the profile page using the following code ;
'url' => ...
0
votes
0answers
22 views
yii method to disable selected options from multi select dropdown
I am using yii dropdown with active records in that i am using multiselect dropdown. i am creating data with in which i am selected multiple option from dropdown.. while updating i want to disable ...





