Do not use the YII framework at all, this is a rubbish.

Source: Internet
Author: User
Tags autoload what php yii zend framework
Recently, because of the working relationship, the efficiency problem was forced to spend 3 days writing a Thinkphp3.2-like Yuyan frame, which was 5 times times the speed of Thinkphp3.2 (applied to 2 pre-existing DB classes). Another 7 days, that is, number 10th to the present. A system that automatically generates code is written according to the new framework. At the same time, I heard that yii framework is good. So today it takes 1 days to learn the framework.
Study for half a day, finally understand. It's been a whole day, at least 3 hours. During the family busy this busy. There's a little baby playing the keyboard all day.

Conclusion: Also I do not sleep in the middle of the night (in fact, I am very tired) The purpose of this article, tell everyone, this framework, is completely a garbage, never use. I am responsible to tell you. If you insist on using it, the result is that the code is difficult to maintain and develop. The overall framework determines the level of the code, at most, the level of a year or so of programming experience. Is worse than the programming level of 90% software companies.

To speak with facts:
1. Variable naming && file naming: He is a hybrid of C + + and Java. File name. Only names, functions and attributes are not reflected: for example, the model class of post. It's post.php. The right name is: PostModel.class.php. The visible difference is far away. This is not a habit problem at all, but a very serious problem of programming thinking. From this we can see that the author is super retarded.
2. Model Operations && Database operations: Conditions and execution statements mixed, pro, what's the difference between this and the native SQL statement? Now the new Thought is the condition and the execution separation. The idea is clear and the code is extremely simple. Think of a function to perform the DB operation, Pro, with mysql_query simpler.
3, auto-generated login is not connected to the database also forget it. Also inherit another validation class. Kiss. The purpose of the framework is simpler, not more complex is this not more than twice times more complex than the original? The mentally retarded by the cart.
4, no HTML tags, the front-end HTML view Code is PHP. Pro, view is PHP. Does the front end have to be spread out? It's better to write a PHP alone.
The original very simple HTML code has become PHP. The mentally retarded by the cart.

5, and then automatically generate code: Why do you need to hand so many times? Model,controler all the time not enough? The generated code is also a bit of a garbage-smelly code.
6. Besides, the file contains. Pro, now the project is a single entry? Do you still need to load so many files in other programs and write namespaces and file paths? You think you're back in the C era and the Java era. Do you need SB to load it? Completely unnecessary, the project can be fully automatically identified (all my projects do).
7, generate code, the inside of the things, almost all new things (the author of different ideas). is to learn, pro, you write the purpose of the framework is to harm, increase the burden of others? The purpose of our writing framework is to hope that fools can understand our program, and when the environment is good, a fool will write the project code within 10 minutes.
8. Help files: None of the complete help files. such as CHM format files. The official Chinese community has few years of maintenance (look at the content), and the only video code is blurry. It's not clear at all. What is the support?
9, a framework programming, guide to write a book? I wrote the frame. More powerful and simpler than thinkphp, fools are only 10 minutes to get started. 1 hours fully proficient. thinkphp environment is set up, the control manual programming, also only need to study 1 hours enough. Do you want someone else to read a book, a program ape who wants to torture the dead?

10, class method programming: Inside is everywhere is get,set, this is typical 10几 years ago Java garbage useless code. More than 10 years ago, I hated that code. It is said to be safe. When I wrote the Java program more than 10 years ago, I wrote a lot of such rubbish code, and after more than 10 years of penance. I finally dare to say openly. Struts, you are a garbage. The Set/get property method is a garbage. The best proof is now PHP's Set/get method. Fully automated. You can avoid Java set/get garbage useless code. Yii author Mr. Manggold J, programming small white. You have written C + + (named style) +java. This is so much rubbish useless code, life needs to cherish time.

In the middle of the night, to rest.
Life needs to cherish time. I spend so much time just to tell you the truth. Do not use Yii as a rubbish frame. If you don't have a frame, you can use thinkphp3.1.,3.2, but thinkphp3.2 is a serious problem in liunx deployment. I have developed 5 projects with thinkphp.
My framework will also open source, but less than one months. Now it's just an internal project, and open source will take about 2 months.
I program more than 10 years, programming experience in 300,000 lines of code above. Programming languages have been used for more than a year with C/C++,VC. Java,jsp.vb.net c#,php. This shows that I am qualified to comment and to conclude. Although PHP programming experience only one year. PHP is about two levels stronger than. NET and Java.



Reply to discussion (solution)

Do not spray, but the 1th really see the landlord psr-0 do not know why

Without this, you have more than 10 years of programming experience, how still so impetuous? And say, "PHP is about two levels stronger than. NET and java."
I do not comment on Yii, because I have not contacted (in fact, I do not use any English annotation software is excluded), and do not judge thinkphp, also is not used for reasons. But I know one thing: since they're still there, and there's a new version available, they're all still on the market.
As for your Yuyan (how is it similar to someone's forum system naming?) How, how, not to say. At least now you're not.
Even if the day comes, you can only say how good you are, and can't say how bad the others are.
It's not up to you to decide whether it's good or bad.

Without this, you have more than 10 years of programming experience, how still so impetuous? And say, "PHP is about two levels stronger than. NET and java."
I do not comment on Yii, because I have not contacted (in fact, I do not use any English annotation software is excluded), and do not judge thinkphp, also is not used for reasons. But I know one thing: since they're still there, and there's a new version available, they're all still on the market.
As for your Yuyan (how is it similar to someone's forum system naming?) How, how, not to say. At least now you're not.
Even if the day comes, you can only say how good you are, and can't say how bad the others are.
It's not up to you to decide whether it's good or bad.

Old meddling, huh? Meddling no contribution to this society.
Good is good, bad is not good. Level of course there are high and low.
"PHP is about two levels higher than. NET and Java,". NET and Java I have spent more than 3 years. I am qualified to conclude. I developed it in Java for 2003-2006 years. 2008 to 2012 in. NET development.
Everyone has the right to express good and bad things about a thing. I say what I call the shots, I said good and bad, he is where, will not change how much.
If you disagree with my remarks, you can come by yourself. Wasting time is your own.
"PHP is two or so stronger than. NET and Java," You don't understand, I can explain to you:
1, running speed, at least twice times of the above 2 languages
2. Development speed: At least twice times of the above 2 languages.
3. Open Source Learning resources: PHP is 100 times times more powerful than. Net. 10 times times stronger than Java.
4. Simplicity and power of language: PHP is twice times more powerful than 2 of them.
That's why I'm jumping to conclusions.

Without this, you have more than 10 years of programming experience, how still so impetuous? And say, "PHP is about two levels stronger than. NET and java."
I do not comment on Yii, because I have not contacted (in fact, I do not use any English annotation software is excluded), and do not judge thinkphp, also is not used for reasons. But I know one thing: since they're still there, and there's a new version available, they're all still on the market.
As for your Yuyan (how is it similar to someone's forum system naming?) How, how, not to say. At least now you're not.
Even if the day comes, you can only say how good you are, and can't say how bad the others are.
It's not up to you to decide whether it's good or bad.

--------------------------------------------------------------------------------------------------------------- -----
You are so decrepit! Existence does not mean that there is a market, I have seen too much software, has been there, never had any market. I wrote a good number of software myself. has been updated for several years. There are several fart markets are not.
Yii is poor, does not mean that no use, does not mean that no one will use. Just too much trouble than the original, putting the cart before the horse.

Also, others tell the truth, I hope you use the facts to refute, rather than empty talk of truth.
I understand the place, you do not understand the place too much, do not be apt to teach others.

Do not spray, but the 1th really see the landlord psr-0 do not know why

I really do not understand, you are right.
--------------------------------
However, my work experience plus more than 10 years of cultivation, 100% have the ability to formulate a Chinese name for the PHP variable naming standard. Most things, I have been at least over 15 years of thinking. I'm just jumping to conclusions. A simple naming standard. There is no need to think for more than 10 years. I've been super-conservative.

Young man, do not listen to different opinions!
Since you can express your opinion, why can't I make a different opinion?

Not because you say PHP is better than. NET, Java,. NET, Java dies.
You don't have to, it doesn't mean you don't have to, and you can't stop it.

Technology preferences can be, discussions can also have
But, arbitrarily say what is rubbish, even personal attacks say that the writer is retarded is character problem

PS: The length of working hours really proves nothing, such as segment error problem should not be a work so long not clear

Do not want and landlord to spray what, just think technical staff can have, but manic gas should not.

Landlord, recently angry very big Ah, afraid of fire, drink jdb!

Is it the latest hot weather?

Since the landlord read other articles, and then see the landlord of this article, are not in the mood to see,
Only see, then look at the end.
All the rest is a bunch of whining!!!!!!!!!

Since the landlord read other articles, and then see the landlord of this article, are not in the mood to see,
Only see, then look at the end.
All the rest is a bunch of whining!!!!!!!!!

Be precise and say there is an attitude! Chinese people do not have the attitude, the person who does not make progress is very slow!

Is it the latest hot weather?

No interest, no delay to my business! Why am I angry?
You have not read the details, really should not speak! Disagree with my point of view, you can go to practice! Stop working, don't say I didn't remind you

Technology preferences can be, discussions can also have
But, arbitrarily say what is rubbish, even personal attacks say that the writer is retarded is character problem
PS: The length of working hours really proves nothing, such as segment error problem should not be a work so long not clear
Do not want and landlord to spray what, just think technical staff can have, but manic gas should not.

Do you know what is manic?
You see it from my piece!
It's my words that are valuable to everyone. Or is it yours? Can you think about it? I've been training people a lot of talking skills! Don't want to say useless nonsense

From the landlord's point of view, thinkphp garbage, Yii garbage.
Yes, your yxxxx is absolutely good.

Please allow me to make an ad on this serious occasion
to recommend my newbeephp framework, 1 seconds to get started, 2 seconds to master, no junk file in fact you can't find a second file, The project document structure is clear and easy to understand, even shorter than the advertising, more powerful than Bruce Lee, what, database? Get a ball database, I send you a note to read and write, the National parcel Mail Oh pro.
Life needs to cherish time, I have played so many words, please all the people of the rich people to join, no money side to go! I dip in electronic products more than 15 years, soul Bucket Luo 1 life Customs clearance, RPG game hidden Open, CS headshot rate 96.8%, 3 seconds demolition chassis, 1 seconds burning motherboard, absolutely qualified to sell the framework!

From what you've just learned 3 hours to write:
1. You basically do not know PSR-0 to come to this conclusion, visual inspection you have only seen thinkphp
2. Do not see what you want to say, it is not a random speculation, seems to be saying ActiveRecord?
3. Validator from ZF to Symfony to new laravel, almost all-stack frame, you can not use it, you don't have to take it as a disadvantage. But what you're describing is not validator, like the loginform in its example? If yes, please GOOGLE:AOP.
4. The same sentence, only 3 hours is not enough, view can be applied template
5. Do not point out the actual problem, this does not comment
6. Yii out of the time is 5.1, there is no namespace this thing, and now do AutoLoad popular is composer, the mainstream of a few framework symfony, Laravel, Yii2 ... In addition to Phalcon almost all support, as long as adhere to PSR-0/4 can, in turn see you say the 1th, can only hehe
7. As I mentioned in another post, Yii does differ from many frameworks, giving me a feeling a bit like a vcl, which is not something new, it's just causing so much inconvenience to you.
8. CHM? Oh, a long time not under the Windows development has forgotten this special format. The official website is yiiframework.com, that is just the community that enthusiasts do themselves, have not figured out which is the official website on the conclusion count is not arbitrary?
9. No need to comment on
Getter/setter is written in the framework, and it is the use of PHP in the __get/__set, you can use it directly as a property. That's what you're spraying.

Comment on these several, as long as there is a see is arbitrary, 7 floor I said is set up, right, Lou Zhu?

Technology preferences can be, discussions can also have
But, arbitrarily say what is rubbish, even personal attacks say that the writer is retarded is character problem
PS: The length of working hours really proves nothing, such as segment error problem should not be a work so long not clear
Do not want and landlord to spray what, just think technical staff can have, but manic gas should not.

Do you know what is manic?
You see it from my piece!
It's my words that are valuable to everyone. Or is it yours? Can you think about it? I've been training people a lot of talking skills! Don't want to say useless nonsense

Haha, like your frame of name and advertising words
Floor master diverted to do sales, it must have a promising future

Please allow me to make an advertisement on this serious occasion.
Recommend my newbeephp framework, 1 seconds to get started, 2 seconds to master, no junk files in fact, you can not find the second file, the project document structure is clear and easy to understand, even shorter than the advertisement, more powerful than Bruce Lee, what, database? Get a ball database, I send you a note to read and write, the National parcel Mail Oh pro.
Life needs to cherish time, I have played so many words, please all the people of the rich people to join, no money side to go! I dip in electronic products more than 15 years, soul Bucket Luo 1 life Customs clearance, RPG game hidden Open, CS headshot rate 96.8%, 3 seconds demolition chassis, 1 seconds burning motherboard, absolutely qualified to sell the framework!

Please allow me to make an advertisement on this serious occasion.
Recommend my newbeephp framework, 1 seconds to get started, 2 seconds to master, no junk files in fact, you can not find the second file, the project document structure is clear and easy to understand, even shorter than the advertisement, more powerful than Bruce Lee, what, database? Get a ball database, I send you a note to read and write, the National parcel Mail Oh pro.
Life needs to cherish time, I have played so many words, please all the people of the rich people to join, no money side to go! I dip in electronic products more than 15 years, soul Bucket Luo 1 life Customs clearance, RPG game hidden Open, CS headshot rate 96.8%, 3 seconds demolition chassis, 1 seconds burning motherboard, absolutely qualified to sell the framework!

Where's the next??

From the landlord's point of view, thinkphp garbage, Yii garbage.
Yes, your yxxxx is absolutely good.

Where did you write the thinkphp trash?

From what you've just learned 3 hours to write:
1. You basically do not know PSR-0 to come to this conclusion, visual inspection you have only seen thinkphp
2. Do not see what you want to say, it is not a random speculation, seems to be saying ActiveRecord?
3. Validator from ZF to Symfony to new laravel, almost all-stack frame, you can not use it, you don't have to take it as a disadvantage. But what you're describing is not validator, like the loginform in its example? If yes, please GOOGLE:AOP.
4. The same sentence, only 3 hours is not enough, view can be applied template
5. Do not point out the actual problem, this does not comment
6. Yii out of the time is 5.1, there is no namespace this thing, and now do AutoLoad popular is composer, the mainstream of a few framework symfony, Laravel, Yii2 ... In addition to Phalcon almost all support, as long as adhere to PSR-0/4 can, in turn see you say the 1th, can only hehe
7. As I mentioned in another post, Yii does differ from many frameworks, giving me a feeling a bit like a vcl, which is not something new, it's just causing so much inconvenience to you.
8. CHM? Oh, a long time not under the Windows development has forgotten this special format. The official website is yiiframework.com, that is just the community that enthusiasts do themselves, have not figured out which is the official website on the conclusion count is not arbitrary?
9. No need to comment on
Getter/setter is written in the framework, and it is the use of PHP in the __get/__set, you can use it directly as a property. That's what you're spraying.
Comment on these several, as long as there is a see is arbitrary, 7 floor I said is set up, right, Lou Zhu?

Technology preferences can be, discussions can also have
But, arbitrarily say what is rubbish, even personal attacks say that the writer is retarded is character problem
PS: The length of working hours really proves nothing, such as segment error problem should not be a work so long not clear
Do not want and landlord to spray what, just think technical staff can have, but manic gas should not.

Do you know what is manic?
You see it from my piece!
It's my words that are valuable to everyone. Or is it yours? Can you think about it? I've been training people a lot of talking skills! Don't want to say useless nonsense
Allow me to tell the truth, although it hurts people. But it's really very useful.
1, your first huitie I think you are pretty good.
2, your second huitie I think you may be a good level, but also to teach people.
3, the third detailed huitie, finally see out, you programming really is very dish. In so detailed a reply to me, I have been very solution to your programming level. You rookie, really don't have the qualifications to teach me this veteran. Here is the programming battlefield, with the level of the people.
Perhaps you do not obey: Casually say 3, say something about your clothes.
1, the second article you actually did not understand. Because this is the core of the whole programming. A very important part of programming.
2, my third article you also did not understand. It doesn't matter, you see 5 times must understand.
3, my sixth you have not read.
Can I see it again, see if I understand? The first one read 50%. The other 9 completely did not understand, pro, have you ever done PHP development? Have you ever done application development? Such a level to criticize me. I would despise all the people who commented on me.

Please allow me to make an advertisement on this serious occasion.
Recommend my newbeephp framework, 1 seconds to get started, 2 seconds to master, no junk files in fact, you can not find the second file, the project document structure is clear and easy to understand, even shorter than the advertisement, more powerful than Bruce Lee, what, database? Get a ball database, I send you a note to read and write, the National parcel Mail Oh pro.
Life needs to cherish time, I have played so many words, please all the people of the rich people to join, no money side to go! I dip in electronic products more than 15 years, soul Bucket Luo 1 life Customs clearance, RPG game hidden Open, CS headshot rate 96.8%, 3 seconds demolition chassis, 1 seconds burning motherboard, absolutely qualified to sell the framework!

All I say is true. Don't be fooling around here. I may be much older than you, and I have no time for nonsense.

LZ domineering side Drain

No, Yii didn't learn yii.
But look at a friend company project backstage part of a mixed feeling
Oh

You think I'm good at food, exhausted their energy is boring.
Your frame pinyin is also called what yxxxx, directly called Yuzhou
Foreign language called the JSP Framework, translates the Golden three-fat framework---the framework of the people of the universe

Zhu Zhu Success, a bucket of paste!

From what you've just learned 3 hours to write:

1. You basically do not know PSR-0 to come to this conclusion, visual inspection you have only seen thinkphp
2. Do not see what you want to say, it is not a random speculation, seems to be saying ActiveRecord?
3. Validator from ZF to Symfony to new laravel, almost all-stack frame, you can not use it, you don't have to take it as a disadvantage. But what you're describing is not validator, like the loginform in its example? If yes, please GOOGLE:AOP.
4. The same sentence, only 3 hours is not enough, view can be applied template
5. Do not point out the actual problem, this does not comment
6. Yii out of the time is 5.1, there is no namespace this thing, and now do AutoLoad popular is composer, the mainstream of a few framework symfony, Laravel, Yii2 ... In addition to Phalcon almost all support, as long as adhere to PSR-0/4 can, in turn see you say the 1th, can only hehe
7. As I mentioned in another post, Yii does differ from many frameworks, giving me a feeling a bit like a vcl, which is not something new, it's just causing so much inconvenience to you.
8. CHM? Oh, a long time not under the Windows development has forgotten this special format. The official website is yiiframework.com, that is just the community that enthusiasts do themselves, have not figured out which is the official website on the conclusion count is not arbitrary?
9. No need to comment on
Getter/setter is written in the framework, and it is the use of PHP in the __get/__set, you can use it directly as a property. That's what you're spraying.
Comment on these several, as long as there is a see is arbitrary, 7 floor I said is set up, right, Lou Zhu?

Technology preferences can be, discussions can also have
But, arbitrarily say what is rubbish, even personal attacks say that the writer is retarded is character problem

PS: The length of working hours really proves nothing, such as segment error problem should not be a work so long not clear

Do not want to and the landlord to spray what, just think the technician can have, but manic gas should not

Do you know what is manic?
You see it from my piece!
It's my words that are valuable to everyone. Or is it yours? Can you think about it? I've been training people a lot of talking skills! Don't want to say useless nonsense
Allow me to tell the truth, although it hurts people. But it's really very useful.
1, your first huitie I think you are pretty good.
2, your second huitie I think you may be a good level, but also to teach people.
3, the third detailed huitie, finally see out, you programming really is very dish. In so detailed a reply to me, I have been very solution to your programming level. You rookie, really don't have the qualifications to teach me this veteran. Here is the programming battlefield, with the level of the people.
Perhaps you do not obey: Casually say 3, say something about your clothes.
1, the second article you actually did not understand. Because this is the core of the whole programming. A very important part of programming.
2, my third article you also did not understand. It doesn't matter, you see 5 times must understand.
3, my sixth you have not read.
Can I see it again, see if I understand? The first one read 50%. The other 9 completely did not understand, pro, have you ever done PHP development? Have you ever done application development? Such a level to criticize me. I would despise all the people who commented on me.

Master of the landlord, learn a bit

I just think that, we learn the program, this does not divide the veteran, rookie, can contribute to social progress, scientific and technological development of a humble force is a good bird!

No matter what tool, language or frame you use, it is successful to use the right project wisely.
Of course, also encourage the development of the LZ as well as pioneering and innovative new framework of skilled personnel, but there is no need to criticize those who have been the same as you have contributed to the predecessors of the work, they just give you in the development of the project, one more perhaps more appropriate choice!

Without this, you have more than 10 years of programming experience, how still so impetuous? And say, "PHP is about two levels stronger than. NET and java."
I do not comment on Yii, because I have not contacted (in fact, I do not use any English annotation software is excluded), and do not judge thinkphp, also is not used for reasons. But I know one thing: since they're still there, and there's a new version available, they're all still on the market.

As for your Yuyan (how is it similar to someone's forum system naming?) How, how, not to say. At least now you're not.
Even if the day comes, you can only say how good you are, and can't say how bad the others are.
It's not up to you to decide whether it's good or bad.

Lie down and hit the gun! (/-\)

If you say that people refuse, they will be scolded by others for their rubbish! You have not scolded me rubbish, I already very grateful!
I would like to self-destruct the Great Wall, is to attract everyone's attention! It's nice to have a little help for everyone! Way need means!

If you say that people refuse, they will be scolded by others for their rubbish! You have not scolded me rubbish, I already very grateful!
I would like to self-destruct the Great Wall, is to attract everyone's attention! It's nice to have a little help for everyone! Way need means!

See me a college teacher's shadow!!!
My teacher's social is not very good.

As a rookie I said maybe LZ code level is really higher than I a lot of grades, but you are too angry, say good point is too self-confidence, said nasty point is headstrong. If 10 years or this temper, then you will be the same level later.

As a rookie I said maybe LZ code level is really higher than I a lot of grades, but you are too angry, say good point is too self-confidence, said nasty point is headstrong. If 10 years or this temper, then you will be the same level later.

Oh, my level so, you are sure you can achieve in a lifetime? You are such a low IQ, low level, or do not come out show IQ better! I have made great progress every year!

Oh, I am a small rookie, only like stability, speed.

Landlord, your framework open-source bar. Only by constant criticism and correcting, can we develop. I also kind of despise TP, and I find that the things I do with it run very slowly. The PHP version I'm using now is 5.3.28, not 5.4 or higher.

Have time or do something good for your body and mind, to fight for it
Existence makes sense, everyone has his or her own preference.

As a rookie I said maybe LZ code level is really higher than I a lot of grades, but you are too angry, say good point is too self-confidence, said nasty point is headstrong. If 10 years or this temper, then you will be the same level later.

Oh, my level so, you are sure you can achieve in a lifetime? You are such a low IQ, low level, or do not come out show IQ better! I have made great progress every year!

Yo, look, it's starting to squirt, what about your dry goods? It's no exaggeration to say you are headstrong. The best way to shut someone up is to take something out of it, and you'll know it if you send it out now. My level is not high, only graduated this year if you can reach your level, then what do you use? But I have time, I have been very humble study, how do you know 10 years later I must be worse than you?

You say this is the battlefield, then it is the light of your weapon ah, you just now take out dry goods, your frame hit my face, I will naturally respect you is the great God, or hehe.

Feel the landlord good?!

Yes, that's the way it's supposed to be.

As a rookie I said maybe LZ code level is really higher than I a lot of grades, but you are too angry, say good point is too self-confidence, said nasty point is headstrong. If 10 years or this temper, then you will be the same level later.

Oh, my level so, you are sure you can achieve in a lifetime? You are such a low IQ, low level, or do not come out show IQ better! I have made great progress every year!

Yo, look, it's starting to squirt, what about your dry goods? It's no exaggeration to say you are headstrong. The best way to shut someone up is to take something out of it, and you'll know it if you send it out now. My level is not high, only graduated this year if you can reach your level, then what do you use? But I have time, I have been very humble study, how do you know 10 years later I must be worse than you?

You say this is the battlefield, then it is the light of your weapon ah, you just now take out dry goods, your frame hit my face, I will naturally respect you is the great God, or hehe.
I said above the 10 programming, you take a good look, can understand again. You are not qualified to accuse me. I have some programming ideas above you can not fully understand within 3 years.

YII is really not very

Recommended for Laravel

The framework is designed according to the author's own programming style and habits, and it is difficult to meet everyone's appetite
Do not like to use it, the landlord's critical spirit than strong

Read straight want to laugh ...

"Learning for a long while, finally understand." All day, it took at least 3 hours, "That's a little bit of time to figure it out." Foreign programming gurus are weak in front of you.

Agree upstairs, do not know where to run out of the 2 goods! Meet rookie you will spell technology, let others see you write a few! Encounter a master to spell the length of seniority, said more than a young ... It's too bad! You so NB also use what PHP, make a language! Hey, I was wrong, didn't hold back ...

Well, support the landlord's experience! Language, frame, is a feeling. Landlord Research under Laravel, I like this, I look forward to see the landlord's experience.

I came to see the thread, why no one came back

The framework, whether good or bad, is just a tool. The key is to look at the person himself.
LZ so arbitrary comments a framework of good or bad, you are a programmer for 15 years.
No matter what occupation, engaged in 15 years, will not say like you so intense words.

Furthermore, no matter what the framework, suitable for their own, is the best. Don't go to see what others think. The framework does not reach the requirements, we can seek breakthroughs from other places, not because yii something is not what they want to scold it poured.
I was trained to use TP, now this company is using Yii, I never feel which frame is good, which is bad.
Everything is divided into two sides, do not go to the black road ....

See PHP two more than Java and. NET strong laugh.

When did a kind of called. NET's language.

So far, I think the best frame is laravel, but I quite like the Zend Framework, with a very strong ...

Laravel, as the official introduction, very elegant, very like.

Yii ... and landlord almost, I spent a few hours, read the document, look at the source code, and then resolutely abandoned.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.