What would be the best way to learn YII framework? [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have used codeigniter for developing websites and now I am switching to Yii. Can someone please suggest me what would be the best way to learn YII framework?

This link would be enough to learn basic usage
http://www.yiiframework.com/wiki/268/how-to-learn-yii/

There's a documentation section on the official web. Start there + simply start writing in Yii.

Related

Save and Update Yii FW [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm having little less experience with Yii. Can anyone please help me with following?
In Yii Framework how exactly we can save and update Many to Many relationship?
Read the following topic.
You may use behavior solution or just take pieces of code for building your own logic.
http://www.yiiframework.com/forum/index.php/topic/6905-please-test-my-ar-enhancement-automatically-sync-many-many-table-when-calling-save/page__view__findpost__p__36659

Localisation and Internationalisation in PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am developing a PHP website/app that needs to be available in all languages. I intend using the Gettext() method. I need to know how to get through fast ?
Look at tutorials and the gettext documentation and then ask for help when you encounter any obstacles.
Here you have an example from Sitepoint that I think will be helpful: http://www.sitepoint.com/localizing-php-applications-1/

Implement google plus interactive post sharing using php (if possible) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Guys i want to implement google+ interactive post sharing using php but not getting proper documentation or link. In Google doc only java script method is provided. Please provide any link or suggest any good way to perform this if it is possible. thanks in advance...

Best Type of Chatbox in PHP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to create a chatbox like gmail or facebook. What would be the best architecture to build it. Should It be good to use sockets or ajax?
If so, then would you please describe or give references of the architecture.
I'd suggest XMPP. I used it to design a chat system for within my companies software, and it worked quite well. There are plenty of XMPP libraries out there. If you were so inclined though, it it possible to use some of Google's services. Not everything needs to be written from scratch:
https://developers.google.com/talk/open_communications

What type of documentation does WordPress code follow? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am trying to begin using some sort of standard for documenting my PHP code. Most of my code is in the form of WordPress plugins, some are getting quite complex, and I need to document it.
So my question is simple, what system does WordPress use to document their code?
I think it uses phpDoc.
There is also a guide for WordPress inline documentation.

Categories