Showing posts with label Yii Framework. Show all posts
Showing posts with label Yii Framework. Show all posts

Yii Framework Generating Code with Gii

Yii Framework Generating Code with Gii


Yii Framework Generating Code with Gii Yii Framework is the Auto generating Code MVC Patters Module View Controller Any one type this Code Module or View or Controller another two auto generating the Code is very code friendly Framework.

Yii Framework Generating Code with Gii
Yii Framework Generating Code with Gii


Gii

Configuration Gii File first Config/web.php 

$config = [ ... ];

if (YII_ENV_DEV) {
    $config['bootstrap'][] = 'gii';
    $config['modules']['gii'] = [
        'class' => 'yii\gii\Module',
    ];
}

decode gii file is enable this code

'gii' => [
    'class' => 'yii\gii\Module',
    'allowedIPs' => ['127.0.0.1', '::1', '192.168.0.*', '192.168.178.20'] // adjust this to your needs
],
Next, click on the "Preview" button. You will see a list of files to be generated, as shown below.

gii Code Generator




Introduction of Yii Framework


Yii- Framework is MVC Method Framework. It's Very high and powerful Framework equal level Symfony,  Yii -Framework is Very Faster Load it's Code generated Framework For gii.
Database Accessed Object Active Record and database access  migrations is very simplify the challenges of building database-powered web Applications

Yii - Framework Form input and Ajax Support and Form Validation is very Easy and Built-in Authentication and powerful user management extensions make launching new web applications way.

Why choose Yii Framework ?

1. Installation Process very Easy

2. Model Database Query Access ActiveRecord very Easy and gii is highly Configurable Code generate set.

3.Its Very Highly Extensible

4. Simplifed Security

5.Shorten Development Time(MVC) Handle.

Yii is specially good for being flexible, practic and fast.

Yii - Framework for Web programming of general purpose, that can be used for development of almost any kind of web- applications. Due to the presence of the advanced caching means, Yii is especially good for development of applications with a big traffic flow, such as portals, forums, content management systems (CMS), E-commerce systems etc.

Yii is a high performance open source web application development framework that uses PHP for creating web 2.0 applications. Yii framework is one of the latest and most highly regarded PHP frameworks available in the market today.


I will share the further details asap.