How to use elastic search in yii2

Elastic Search can be implemented in yii2 easily. You need to setup server and elastic search before to use. After elastic search setup, you need to install the yii2 extension https://github.com/yiisoft/yii2-elasticsearch/blob/master/docs/guide/README.md Configure in common/main.php file [crayon-6781e3207c243468214778/] Creating index

By |2023-01-17T20:21:50+05:3024 June 2016|Comments Off on How to use elastic search in yii2

PHP Logging

Logging is one of the basic requirements of every projects. Logging needs to manage system level errors, data errors for business logic etc. It can be done easily in most of MVC frameworks. Logging can be save in

By |2023-01-17T20:21:57+05:3024 June 2016|Comments Off on PHP Logging

PHP Caching

PHP caching is good way to speed up the web page. By storing relatively static data in cache and serving it from cache when requested, the application saves the time that would be required to generate the data

By |2023-01-17T20:22:42+05:3010 June 2016|Comments Off on PHP Caching

Connect ejabberd with mysql instead of mnesia

By default Ejabberd uses mnesia database and if you are not familiar with this then ejabberd provides many other database options for you. You can connect with anyone of them in which you are comfortable. The advantage of

By |2023-01-17T20:22:50+05:3023 May 2016|Comments Off on Connect ejabberd with mysql instead of mnesia

Our Journey

We will like to share the glimpse of Auriga's amazing and memorable Journey till now. Checkout - http://www.aurigait.com/our-journey/.   Whenever we look back, it makes us nostalgic remembering the days when there was just a table & four chairs

By |2023-03-14T11:50:28+05:3010 May 2016|Comments Off on Our Journey

How Auriga IT is Contributing Towards the Smart City Dream of India

Jaipur city is one of the pioneers in smart city vision of Government of India, being the frontrunners Jaipur Development Authority (JDA) took this initiative to start working on the model which requires lots of Technology Solution Implementations

By |2023-01-17T20:23:33+05:302 March 2016|Comments Off on How Auriga IT is Contributing Towards the Smart City Dream of India

Quikr buys CommonFloor four months after launching QuikrHomes

Aditi Shrivastava & Madhav Chanchani, ET Bureau MUMBAI | BENGALURU: After months of resisting a potential merger, CommonFloor finally acquiesced. Quikr on Thursday announced acquisition of the property search website for an undisclosed amount in a majority stock-swap

By |2023-01-17T20:23:43+05:306 February 2016|Comments Off on Quikr buys CommonFloor four months after launching QuikrHomes

Droom to expand to 100 cities; acquisition on the cards in Q1 2016

Patanjali Pahwa | Mumbai - business-standard Droom, the used-car marketplace, is planning to expand to 100 cities within the next month. The company, its founder claimed, has been ahead of schedule in revenue generation and said it was

By |2023-01-17T20:23:55+05:306 February 2016|Comments Off on Droom to expand to 100 cities; acquisition on the cards in Q1 2016

Cs Cart – Api support for multipart form-data

Cscart 4+ has one great feature i.e API. There are some basic apis already written in cscart, like Products, Orders, Users etc. You can check these apis in detail here http://docs.cs-cart.com/4.1.x/api/index.html. Currently, Api's in Cscart has only support

By |2023-01-17T20:24:08+05:3016 September 2015|Comments Off on Cs Cart – Api support for multipart form-data

Optimizing Web Application Speed with Caching in Yii Framework

A major feature where Yii leaves all its counterparts far behind in the curve and standout to be incredible is its Cache Management. By using its core caching techniques, developers can work on making page load much faster

By |2023-01-17T20:24:18+05:304 September 2015|Comments Off on Optimizing Web Application Speed with Caching in Yii Framework

Automate MySQL Database Backup to Amazon AWS S3 (using PHP)

Databases. A database is an organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. The data is typically organized to model aspects of reality in a way that supports processes

By |2023-01-17T20:24:29+05:3018 August 2015|Comments Off on Automate MySQL Database Backup to Amazon AWS S3 (using PHP)

V Model of Testing

To understand the V model, let’s first understand what is verification and validation in software. Verification:- “The process of evaluating documents / work-product of a development phase.” Verification is also known as Static Testing as Software Application is

By |2023-01-17T20:24:36+05:3030 June 2015|Comments Off on V Model of Testing
Go to Top