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

September 20, 2017 PHP Frameworks

How to integrate CyberSource payment gateway with CakePHP 2.*

September 20, 2017 PHP Frameworks
Post Views: 5,310
| By Webner

Steps to integrate CyberSource payment gateway with CakePHP 2.*: 1. Download zip file of CyberSource library from “https://github.com/chrismeller/cybersource”. 2. Extract cybersource-master folder into cakephp vendors folder. 3. Create tests/config.php for test transaction with code and add credentials like below: <?php

Read More
September 18, 2017 PHP Frameworks

CakePHP | How to change Epoch timestamp (unix timestamp) timezone in cakephp find query

September 18, 2017 PHP Frameworks
Post Views: 4,528
| By Webner

Suppose we have a table cake_test with a column named modified that contains epoch values. CakePHP code: $options = array ( ‘fields’ => array ( “modified”, “to_timestamp(modified) as New__original”, “to_timestamp(modified) AT TIME ZONE ‘America/Denver’ as New__converted” ) ); $result =

Read More
September 2, 2017 PHP Frameworks

CakePHP | Call to a member function schema() on a non-object

September 2, 2017 PHP Frameworks
Post Views: 5,113
| By Webner

Error: Call to a member function schema() on a non-object File: /home/user/git/!defaultRepo!/Appname/lib/Cake/Model/Datasource/Database/Postgres.php Line: 404 Description: I was trying to execute the following cake query to fetch the records: $records = $this->find ( ‘all’, array ( ‘fields’ => array ( ‘Table2.*’,

Read More
August 18, 2017 PHP Frameworks / Web Development

Heroku | Heroku cron jobs and CakePHP code

August 18, 2017 PHP Frameworks / Web Development
Post Views: 4,655
| By Webner

Use Heroku cron jobs to run CakePHP code at fixed intervals of time. Cron is a time-based scheduler used to run commands periodically at fixed intervals. Cron means time. It is used for scheduling repetitive tasks. In order to use

Read More
July 27, 2017 PHP Frameworks / Web Development

How to add font-awesome progress icon in textbox for autocomplete Jquery-UI plugin

July 27, 2017 PHP Frameworks / Web Development
Post Views: 12,524
| By Webner

First of all, we should know what features are provided by jquery-ui plugin. To know about details, please see link, http://jqueryui.com/demos/ Jquery UI plugin can be downloaded from the link http://jqueryui.com/download/ Now, today, we will discuss about Autocomplete feature of

Read More
July 25, 2017 PHP Frameworks / Web Development

Using concatenate, cases, substring in CakePHP 2

July 25, 2017 PHP Frameworks / Web Development
Post Views: 4,206
| By Webner

How to use concatenate, cases, substring in CakePHP 2.* find query. Suppose given records are: Problem: Display user details in one column and the first character of user role in front of the user full name. Also suppose in case

Read More
July 20, 2017 PHP Frameworks

Uploading files on Amazon AWS S3 server using PHP

July 20, 2017 PHP Frameworks
Post Views: 6,272
| By Webner

Before uploading any document to Amazon AWS S3 server, make sure that user has to write access on the bucket where files will be saved else it will throw ‘Access denied’ error. Apart from the write permissions, access keys are

Read More
July 20, 2017 PHP Frameworks / Web Development

QuickBooks Integration | Important Quickbooks Webconnector Facts

July 20, 2017 PHP Frameworks / Web Development
Post Views: 5,475
| By Webner

Question: Can we add custom functions in quickbook? Answer: Yes, In quickbook.php file we need to add Constants to make custom function and we can add as many as we want. After defining these constant we can map these in

Read More
July 19, 2017 PHP Frameworks / Web Development

How to Disable CSRF token in Laravel Application

July 19, 2017 PHP Frameworks / Web Development
Post Views: 31,526
| By Webner

CSRF stands for cross-site request forgery. CSRF token is basically used for security purpose in Laravel forms. To understand how it works read here: https://laravel.com/docs/5.4/csrf How to disable it if required? CSRF protection is enabled by default in all routes

Read More

Posts pagination

«Previous Posts 1 … 10 11 12 13 14 … 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