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

February 8, 2017 PHP Frameworks

CakePhp | beforeSave and afterSave Callback Methods

February 8, 2017 PHP Frameworks
Post Views: 12,350
| By Webner

beforeSave(): This function is called automatically before every save or update operation. This function must return true if you want to continue save process. The data for save, if needed in this function, will be in $this->data. Syntax: class MyModel

Read More
February 6, 2017 PHP Frameworks / Web Development

PHP | What is the purpose of data filtering in PHP?

February 6, 2017 PHP Frameworks / Web Development
Post Views: 5,364
| By Webner

Data Filtering is required in PHP to validate input and sanitize input received. Generally, we need to validate data before inputs need to be saved or used in our webpage. Wrong data inputs may cause exceptions or erroneous state in

Read More
February 3, 2017 PHP Frameworks

PHP | Short introduction to traits in PHP

February 3, 2017 PHP Frameworks
Post Views: 4,052
| By Webner

In PHP, the trait is a method of code re-usability. Php is single inheritance programming language. So there is a limitation of code reusability due to single inheritance. Traits in PHP is basically a method of code reusability. Traits have

Read More
February 2, 2017 PHP Frameworks / Web Development

Moodle | Uploading Scorm Package and some internal function calls

February 2, 2017 PHP Frameworks / Web Development
Post Views: 6,520
| By Webner

1.Uploading a scorm package (.zip) in moodle: a. Log-in to moodle, navigate to your course and “turn editing on”: b. Click “Add an activity or resource” link: c. Select Scorm package from list and click Add button: d.Add basic information

Read More
February 1, 2017 PHP Frameworks / Web Development

PHP | Password hashing

February 1, 2017 PHP Frameworks / Web Development
Post Views: 4,809
| By Webner

Password hashing is the new recommended way to store the password using hashing method (PHP 5 >= PHP 5.5, PHP7). Password hashing is used to encrypt the password similar to the way md5, sha1, sha256 etc do. But this method

Read More
January 19, 2017 PHP Frameworks / Web Development

Selenium | Take UI screenshots when script is executed

January 19, 2017 PHP Frameworks / Web Development
Post Views: 4,668
| By Webner

During testing a website with Selenium, function given below can take screenshot that can help us in cases like when testcase fails and we need the screenshot to see what happened on UI. Here is function to take screenshot: public

Read More
January 18, 2017 Cloud / PHP Frameworks / Web Development

AWS Amazon CloudFront – How to enable cache for whole site

January 18, 2017 Cloud / PHP Frameworks / Web Development
Post Views: 8,013
| By Webner

AWS Amazon CloudFront is a web service that speeds up serving static and dynamic web content like, .html, .css, .php, and image files and videos. It also integrates with other Amazon Web Services like S3, EC2, Elastic Load Balancer and

Read More
January 12, 2017 Database / Mobile / PHP Frameworks / Salesforce / Web Development / Zoho

PHP | Load Data Infile to insert csv data into Mysql with PHP

January 12, 2017 Database / Mobile / PHP Frameworks / Salesforce / Web Development / Zoho
Post Views: 19,298
| By Webner

Problem: How to insert csv data into mysql table with mysql query in php. What problems usually you face with this and how to resolve them. Description: I have csv file with thousands of records. I want to insert these

Read More
January 12, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho

Moodle/Totara | Creating a new Activity Plugin

January 12, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho
Post Views: 8,488
| By Webner

Introduction: In Moodle/Totara we can add a different type of activities to a course by selecting from the list of standard activities available. As shown in the the list below: But there might be some cases in which we need

Read More

Posts pagination

«Previous Posts 1 … 16 17 18 19 20 … 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