Codxplore.com

Latest news:

Sahih al-Bukhari (সহীহ বুখারী) is a free Hadith application for android. This application is advertisement free. Download now https://play.google.com/store/apps/details?id=com.akramhossin.bukharisharif

1099
Views
Integrate Razorpay in Yii2

Integrate Razorpay in Yii2

Razorpay is the only payments solution in India that allows businesses to accept,  process and disburse payments with its product suite.  It gives you access to all payment modes including credit card, debit card, netbanking,  UPI and popular wallets including JioMoney, Mobikwik, Airtel Money, FreeCharge, Ola Money and PayZapp. Now we will try to integrate Razorpay in Yii2 application. Aft
2666
Views
Yii2 Scenarios validate only create Action

Yii2 Scenarios validate only create Action

Yii2 model scenarios can be used differently. Lets say, we have a model as Customer Which can be used to store customer sign-in inputs, but it can be also used for the customer sign-up purpose. In different scenarios, Yii2 model can be used in multiple business rules and logic.the email attribute may be required during customer sign-up, but not required customer sign-in. Yii2 model uses the y
1227
Views
Yii ajax form submit

Yii ajax form submit

In many cases we need to submit form using jQuery ajax. Yii has built-in support for this funtionality. In this blog post i will try to cover this topic. In the view form section at first we need to call form widget $form = $this->beginWidget('CActiveForm', array(    'id' => 'formId',    'enableAjaxValidation' => false,)); CActiveForm widget accepts multiple parameters, we will use two of
981
Views
jQuery ui date picker in Yii

jQuery ui date picker in Yii

In this blog post we will learn how to add jQuery UI date picker to Yii application. To display jQuery UI date picker in the view page we need to call Yii built-in function widget. This widget function accepts following parameters Widget Name Widget Options Widget options also accepts multiple parameters it depends on widget class like Model object Attribute Name Options htmlOption
935
Views
Yii load data into select box from database

Yii load data into select box from database

In this article we will learn how to load data into yii select box from database. We will follow below steps Create a function in model class Call that function to view page to get the data Lets say we have a table as pos_mac, now we will add a method named as getMacList() in POS_MAC model class. This method will load the all table data of pos_mac. Yii CHtml::listData function convert thi
1183
Views
Yii oracle database connection in windows

Yii oracle database connection in windows

In this post we will learn how to connect oracle database using PHP Yii framework. Following steps we need to follow to accomplish this Enable php_oci8.dll extension Restart the apache server Add connection string DB username DB Password Adding charset(optional) At first we need to enable php_oci8.dll extension. This extension is used to connect our application to Oracle Database. We

Subscribe Us


Follow Us