Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: PHP Frameworks

April 21, 2020 PHP Frameworks

Reformat associative array in CakePHP 2.*

April 21, 2020 PHP Frameworks
Post Views: 2,884
| By Webner

How to use CakePHP 2.* Hash::combine method to reformat associative and find results array? Sometimes we do a lot in the code to reformat find query results, to remove the table name (for example, User, Article, etc) from the array

Read More
January 31, 2020 PHP Frameworks

Creating A New Laravel App With Initial Setup

January 31, 2020 PHP Frameworks
Post Views: 3,090
| By Webner

How to create a new laravel app with initial setup and get everything up and running? To create your first Laravel app, you will require some prerequisites and here is what you will need to have installed: Composer WebServer; I

Read More
December 31, 2019 PHP Frameworks

Laravel Events Introduction With Example

December 31, 2019 PHP Frameworks
Post Views: 4,086
| By Webner

Laravel Events Events are one of the many powerful features of the Laravel. The event basically means the thing that happens or takes place, especially the one that is important. So, in Laravel’s case, events are triggered when some condition

Read More
November 18, 2019 PHP Frameworks

Validation vs. Application Rules In CakePHP

November 18, 2019 PHP Frameworks
Post Views: 5,724
| By Webner

CakePHP uses a two-layered approach to validation: 1. Validation It determines basic validity. It ensures that the data types, size, and format of data are correct. When we call newEntity() or patchEntity() methods, validations are triggered. For example, checking if

Read More
November 6, 2019 PHP Frameworks

Methods of Debugging – PHP

November 6, 2019 PHP Frameworks
Post Views: 2,972
| By Webner

Methods of Debugging by dumping information These methods are used for debugging in PHP. We can see the variable values in human-readable form on the console and can find errors in case there are issues due to variables incorrect values.

Read More
October 31, 2019 PHP Frameworks

Collections in C#

October 31, 2019 PHP Frameworks
Post Views: 2,870
| By Webner

Collections in C# Arrays Arrays are useful for creating and working with a fixed number of strongly typed objects. Problem with Arrays: 1. Fixed length 2. Insert similar data type elements Collections Collections are used to create and manage groups

Read More
October 23, 2019 PHP Frameworks / Web Development

Progress Bar Using AJAX/PHP

October 23, 2019 PHP Frameworks / Web Development
Post Views: 4,195
| By Webner

Progress Bar For Large Uploads Using AJAX/PHP Problem: When large files are being uploaded, a server at the back takes time to upload the same file. Users have to wait irrespective of knowing, whether the file is even being uploaded

Read More
September 11, 2019 PHP Frameworks

How to set the values of Metadata (column fields) of Sharepoint Documents

September 11, 2019 PHP Frameworks
Post Views: 5,092
| By Webner

How to set the values of Metadata(Column fields) of Sharepoint Documents Here is the code in C# which helps you to change the metadata field values of Sharepoint Files. //This manager class can be used to obtain a SharePointContext object

Read More
September 5, 2019 PHP Frameworks

Paytm gateway integration in PHP

September 5, 2019 PHP Frameworks
Post Views: 7,545
| By Webner

Paytm gateway integration in PHP Paytm is a very popular way to make payments these days. To integrate Paytm in our site we need to follow the given steps – Step 1. First, we need to create an account at

Read More

Posts pagination

«Previous Posts 1 2 3 4 5 … 30 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection