Tag - Yii Framework

Hire yii framework development company in mumbai, yii developer in india, expert in php yii developer mumbai.

Ezeelive Technologies India - Best PHP Framework for 2015

Best 20 PHP Framework for 2015

Wish You Happy New Year 2015...!! PHP is more famous Website Development Technologies among Web Programmers. More than 50% Website or Web Application using or developed in PHP. The framework really helps in PHP development as compare core development, the framework provides every web developer base skeleton or foundation for build strong web application. Every Framework has own Advantages and Disadvantages based on its feature and coding method. In this post we are trying to briefly most famous PHP Framework based on easy for...

Read more...
Doctrine ORM PHP Enterprises - Web Application Development India

What makes Doctrine is the best ORM?

What is ORM? ORM stands for the object-relational mapping. ORM is a programming technique used to convert the data between incompatible type system in an object-oriented programming language. It created the “virtual object database” that can be used within the programming languages. There are many ORM’s available in the market in each technology in which some famous ORM are ActiveJPA, ActiveRecord (AR in Yii Framework) Ebean, Database objects, CakePHP, Propel and the best one Doctrine. But why Doctrine ORM is so famous...

Read more...
zaakpay payment gateway extension in yii framework - ezeelive technologies

Zaakpay Extension in Yii Framework

1. Click here to Download Zaakpay extension, extract and Copy and paste zaakpay folder with all the files in Protected -> Extension folder 2. Register on www.zaakpay.com and verify your account 3. Go to in Dashboard -> Integration and Click on URLs & Keys Tab 4. Create Controller and View folder, here controller name is Zaakpay for example. 5. Create below mention action and define access permission (In my case it is "allow all users"). public function actionPosttozaakpay() { echo $this->renderPartial('postzaakpay'); Yii::app()->end(); } public function actionResponse() { echo $this->renderPartial('response'); Yii::app()->end(); } public function actionReturn_url() { //return response...

Read more...
yii framework developer in mumbai india - ezeelive technologies

Yii PHP Framework the first choice for development

Ezeelive Technologies is leading Yii Framework Development Company in India. We have the expert team in core PHP and frameworks e.g. Zend, CakePHP, CodeIgniter (CI), Symphony, Kohana and from last 3 year, we are using Yii Framework. Now We are preferring using Yii framework in Major development work. Check out below reason why Yii Framework is our First Choice in development : 1. The first and major advantages is Yii has Web GUI based GII module for generating module, model, controller and...

Read more...
yii framework developer in mumbai india - ezeelive technologies

Create custom params file in yii framework

Yii framework comes with powerful inbuilt features eg. 1. Model-View-Controller (MVC) design pattern 2. Database Access Objects (DAO) 3. Custom Query Builder, Active Record (AR) and DB Migration 4. Form input and validation 5. AJAX-enabled widgets 6. Authentication and authorization 7. Layout Skinning and theming 8. Web services 9. Internationalization (I18N) and localization (L10N) 10. Layered caching scheme 11. Error handling and logging 12. Security 13. Unit and functionality testing 14. Automatic code generation (Gii Module) 15. Friendly with third-party code 16. Detailed documentation 17. Extension library etc. Most of the Yii beginner write parameter in main.php because...

Read more...
yii framework developer india - ezeelive

How to Use Two Database in Yii PHP Framework

Recently in one of Ireland based project client has the requirement to use existing Microsoft SQL Server database and implement new feature and store data into MySQL database with Yii Framework along with multiple database connections. Ezeelive Technologies developer has code changes in Yii framework and setup option to use two databases in Yii PHP framework. First, we have installed and implement Microsoft SQL server driver in wamp server to make in localhost environment. Now we have to connect both the Database...

Read more...
yii framework developer india - ezeelive

Custom export into excel in Yii Framework

Hello Friend, In one my project developed in Yii. I was struggling to export the cgridview data into excel. I searched many plugins and read the tutorial. But not get proper solution especially with relational data from one or many models (database tables). I try excelview, toexcel etc. Yii plugin but it was really slow especially on large data fetch and also not getting proper excel format. After spending some time, I planned to write my own custom export in excel...

Read more...
gii crud yii framework - ezeelive - development-mumbai-india

Yii Framework And Its Features

Yii is a free, open-source Web application development framework written in PHP5 that promotes clean, DRY design and encourages rapid development. It works to streamline your application development and helps to ensure an extremely efficient, extensible, and maintainable end product. Yii is a perfect choice for any sized project. However, it has been built with sophisticated, enterprise applications in mind. Features of Yii Framework: Whether you are one developer building a fairly simple Web site, or a team of distributed developers building an extremely...

Read more...
yii framework developer india - ezeelive

Performance of PHP Yii Framework

PHP Yii 1.1 Framework is a high-performance framework. The graph below shows how efficient Yii is when compared with other popular PHP frameworks. In the graph, RPS stands for "request per second" which describes how many requests an application written in a framework can process per second. The higher the number, the more efficient a framework is. As we can see that Yii outperforms all other frameworks in this comparison. The performance advantage of Yii is especially significant when the widely used...

Read more...
yii framework developer in mumbai india - ezeelive technologies

Yii Framework 1.1 (PHP) Explained : A Practical Approach

Hey friends..I’m using Yii 1.1 Framework for quite a few days now, and things which I found impressive about Yii framework are:Easy 2-step Installation.Clean and thorough Tutorials and Documentation with large Community base. In fact, if you’re willing to start using Yii, follow this tutorial by Larry Ulman – The best I found so far, on the Internet, from a beginner’s perspective.Uses MVC (Model-View-Controller) Framework structure, which is very popular these days among Web applications. I’ll be explaining MVC in a...

Read more...