Tagged Questions
Yii is a high-performance, component-based, open source PHP framework best for developing Web 2.0 applications.
28
votes
18answers
26k views
Experience using Yii framework for actual PHP project
I've been using Code Igniter for my PHP projects, when I start them from the beginning. It is very nice framework, saves me a lot of work and let me have low level access if I need to do something ...
22
votes
14answers
16k views
Which PHP framework should I choose between ZendFramework and YII?
Which PHP framework should I choose between ZendFramework or YII?
Points I need to consider:
Performance (assuming an accelerator is used)
Documentation
stability of framework
less to code.
13
votes
1answer
685 views
OpenId support for Yii
I want to play with OpenID support in Yii.
After researching for possible plugins, I found these two. One for OpenidSelector and one for LightOpenId
...
13
votes
6answers
15k views
PHP Frameworks: Codeigniter vs. Yii vs. Custom?
I have used codeigniter for a some years now. Why I chosed to work with codeigniter back then? Pretty much for the extensive documentation that were available and the big user community. It made me as ...
11
votes
8answers
9k views
PHP Frameworks (CodeIgniter, Yii, CakePHP) vs. Django
I have to develop a site which has to accomodate around 2000 users a day and speed is a criterion for it. Moreover, the site is a user oriented one where the user will be able to log in and check his ...
10
votes
3answers
341 views
x-sendfile alternative for Apache to download huge files with resume-support
I need to programmatically initiate file downloads using PHP along with resume-support
These files are heavy. So IO buffering like below or caching is not an option
...
10
votes
3answers
15k views
Include CSS,javascript file in Yii Framework
How to include Javascript or CSS file in Yii Framework.
I want to create a page on my site that has a little javascript application running,so i want to include .js and css files in a specific view..
...
9
votes
8answers
11k views
A CMS based on Yii?
i've been with Yii for a few months and before I use main CodeIgniter, SilverStripe in my projects. Does anyone know a good Yii based CMS such as SilverStripe based on Sapphire or EE based on ...
8
votes
2answers
739 views
Yii's magic method for controlling all actions under a controller
Commando need's help from you.
I have a controller in Yii:
class PageController extends Controller {
public function actionSOMETHING_MAGIC($pagename) {
// Commando will to rendering,etc ...
8
votes
10answers
1k views
PHP framework of intermediate complexity, in between CodeIgniter and Yii?
Something easy like CI (this means mandatory good, easy, up to date documentation). But also with some more features than CI.
Yii has lots of features, but it is also more complex (and it kind of ...
7
votes
2answers
885 views
How to use Yii with a multilingual database model?
I’m having a problem getting the data from my database which I created to be completely multilingual, and I hope someone here can help me.
I’ve split up all my tables in 2 parts; the “universal” ...
7
votes
3answers
309 views
Is there any PHP framework's scaffolding that can generate migration like Ruby on Rails?
In rails, when generating model, migration is created also.
I'm wondering any PHP framework can do it also?
I'm trying Yii framework now, but seems like I need to generate the migration manually ...
7
votes
7answers
3k views
Where to learn Yii?
I have been trying to learn Yii without luck. I find Zend Framework, Kohana, Code Igniter among other frameworks much easier to learn than Yii. The documentation also su**s. Can you post links to ...
6
votes
3answers
267 views
How to come up with a plan when developing a website with Yii
I am new to OOP and MVC, but have been programming procedurally with PHP for several years. Now its time to dive into OOP and MVC. I have installed a new web app with Yii and need a bit of direction. ...
6
votes
1answer
2k views
Sorting CListView in yii
Please consider this:
class User extends CActiveRecord
{
...
public function relations()
{
return array(
...
'articleCount' => array(self::STAT, ...
6
votes
5answers
3k views
Why did the creator of prado create Yii?
I wonder why the creator of prado created a new framework called Yii?
Wasn't prado the right way to go? Does this mean that I shouldn't even consider prado over Yii?
Is Yii also component based?
6
votes
2answers
5k views
What's the proper way to work with assets in Yii?
I notice that Yii creates strange set of directories (names like 8523d23 or 10s89b92) in assets directory, and this even happens at runtime. For example, one of my tables got more than 10 records, ...
5
votes
1answer
324 views
Better design pattern for MongoDB document-object-mapper
I'm author of YiiMongoDbSuite the extension that brings MongoDB support in ActiveRecord pattern very similar to SQL one already available in core Yii.
My code became quite popular, as it was written ...
5
votes
2answers
790 views
Yii framework scalability
I'm a starter in yii framework. I just want know how scalable Yii is with a lot of online users at a time?
How useful is Yii in comparison to other frameworks and also if there are 100,000 users - to ...
5
votes
2answers
214 views
Prevention from entire website downloading?
There is one IP (from China) which is trying to download my entire website. It downloads all my pages and loads the server significantly (I have more than 500 000 pages). Looking at the access logs I ...
5
votes
2answers
498 views
Yii framework - what is the file “.yii” in some folders
There is ".yii" file in the following folders:
/assets/
/images/
/protected/commands/shell/
/protected/extensions/
/protected/messages/
/protected/runtime/
/protected/views/system/
...
4
votes
1answer
63 views
looking for yii good real projects (demo in yii website very basic) for study advance yii futures
I am looking for yii good real projects with opensource code(blog demo in yii website very basic).
Important points for me that should be in the yii project:
customize url
folder structure
ajax
...
4
votes
1answer
226 views
How can I customize the labels for the pager in Yii?
I am new to Yii. I want to implement custom pagination. I want to change the appearance of the pager. How do I change the labels of the pager's links?
I want the links to appear like so:
<< ...
4
votes
1answer
443 views
How do I login the user with Yii and OpenID
I have added simpleopenidselector and lightopenid to my Yii web app and it does authenticate the user and it returns a url with openid data. The next step is to use the data from the OpenID provider ...
4
votes
4answers
973 views
multi model forms in yii
how to create multi model form in Yii. I searched total documentation of Yii. Not got any result. Can some one give me some direction in that. Any help will be highly appreciable.
4
votes
1answer
2k views
Yii ajaxSubmitButton() with fields validation
I'm using Yii ajaxSubmitButton() to submit a form. Besides, I have set the 'enableAjaxValidation' parameter to true to validate the corresponding textboxes.
What I am able to do:
Validate the field ...
4
votes
3answers
3k views
Php framework : symfony 1, symfony 2 or Yii
We are going to switch from an homemade framework to Symfony or Yii. The capabilities of these two framework are, from our point of view, similar (ie they both have what we need).
Our situation : php ...
4
votes
1answer
238 views
how to used openid in yii?
How to use openid selector javascript API in Yii?
I am trying the simpleopenidselector Yii extension but I get an:
Error 404
Unable to resolve the request "examples/consumer/try_auth.php"
Please ...
4
votes
2answers
584 views
Flexibility of Yii
I have come across a fair bit of information on CI being a really flexible framework. Does Yii also allow great flexibility? And the ability to pick and choose when to use it or your own php?
4
votes
2answers
265 views
What's the best way to keep database versioning with the yii php framework?
Coming from the ruby on rails world, I'm looking for an efficient way to version my database (in case of rails, migration serves that purpose).
Currently I'm taking snapshots of the database and ...
4
votes
2answers
2k views
Cakephp and Yii: similarities/differences/speed?
I am a CakePhp programmer. I have decided to try out the Yii framework. I would like to find out in what ways is CakePhp is similar to and different from Yii. Also, is Yii measurably faster than ...
4
votes
6answers
597 views
Which framework is the most friendly for shared hosting environment?
I am currently comparing available web frameworks to be used for my next projects. The only criterion I need are speed and portability, i.e shared hosting friendly.
I have tried Ruby on Rails, but ...
4
votes
2answers
580 views
how to do multi insert and obtain ids
I want to insert some data into a table
(id PK autoincrement, val)
with use multi insert
INSERT INTO tab (val) VALUES (1), (2), (3)
Is it possible to obtain a table of last inserted ids?
I'm ...
4
votes
5answers
7k views
Yii: Multi-language website - best practices
I find Yii great framework, and the example website created with yiic shell is a good point to start... however it doesn't cover the topic of multi-language websites, unfortunately. The docs covers ...
4
votes
2answers
2k views
yii components: events and behaviors?
i'm currently learning the yii framework and have read their documentation.
but i still don't understand the components. what are these. they talk about component events and behaviors.
could someone ...
4
votes
6answers
2k views
Am I making the right choice in choosing Yii as my PHP Framework?
I am about to begin development of a new website and have been doing research on PHP Frameworks. I'm not an advanced PHP developer, but I have been developing web sites and apps (in asp.net) for a ...
4
votes
1answer
405 views
Yii Framework Resources
Yii is a nice php framework. (In my un-experienced view). I was wondering if anybody knows any good resources for it?
This is a community wiki.
Self described as a high-performance component-based ...
3
votes
1answer
53 views
RegisterPackage depends on RegisterScriptFile
I have a package that requires Google Map library. And I implemented it like this in the view.
<?php ...
3
votes
1answer
139 views
Is there any built-in way in Yii framework that enables AJAX form submission?
In the CustomerController, I have the create action:
public function actionCreate() {
$model = new Customer;
$this->performAjaxValidation($model, 'customer-form');
//only support ...
3
votes
2answers
128 views
In Yii, how best to POST both search results selection & previously entered form model back to form controller?
To complete a Yii form field, users often need to search for a referenced model record (like searching for a friend's profile in a social app). I'm sure other Yii apps are doing this elegantly. But in ...
3
votes
1answer
100 views
Autocomplete widget in yii
I am trying to use the yii autocomplete build in widget. I have manage to show results from my users table intro the input filed with the following blocks of code:
public function actionSearch()
{
...
3
votes
2answers
183 views
Yii::app()->user->id; gets name of user not ID
I was trying to get user id but I am failing to get and
echo Yii::app()->user->id; or echo Yii::app()->user->getId();
returns the name of user which is wearied. Any idea what is wrong?
3
votes
1answer
107 views
How can I beautify asset URLs in Yii?
Yii has a notion of assets -- resources such as images, stylesheets and javascript that belong to a module. To avoid naming conflicts among modules, Yii publishes a module's assets, on demand, to a ...
3
votes
2answers
80 views
yii class is not loading
While trying to include my own class library in Yii. I used this code to include a class file in Yii.
Yii::import('application.apis.myapi.*');
myfile lies at [protected/apis/myapi.php]
I don't ...
3
votes
1answer
156 views
Select list (dropdown) in HAML
I'm having trouble producing a traditional HTML dropdown box in HAML. I'm using the Yii HAML extension, so I'm sure if its a quirk with that specifically.
This is the HAML I'm using ...
%select
...
3
votes
2answers
178 views
How can I redirect to a specific page when the database connection fails in Yii?
I do not want to see Yii error message when the database connection fails.
How can I redirect to a specific page when the database connection fails with Yii framework?
Thanks.
3
votes
1answer
161 views
Choosing high performance PHP5 framework [closed]
I'm exploring options for a PHP5 framework (to migrate old codebase).
Requirements:
High performance (project gets ~10 million daily hits & is growing rapidly)
Popular & mature
Actively ...
3
votes
2answers
250 views
Loading a custom Yii Component
I am trying to use a custom class I have created to send out mail so I can keep the controller files thin. I created my custom class and put it in the components folder. I then added
'sendMail' => ...
3
votes
3answers
416 views
help with SQL query in Yii
Given the following diagram:
With the code below I have the Donations grouped for each organization now I am trying to calculate the total amount a given member has donated to a given organization.
...
3
votes
3answers
128 views
Is it realistic to start using unit testing when you're almost done?
I've been working for 2 months and a half in a project and it is practically finished. However I keep seeing some errors I fixed in the past that come back to annoy me. I then fix them again and ...