
Search In
In node.js authentication and login could be a difficult task but there are some modules available in node that makes it easier for a node developer. One of them is Passport.
Passport is a middleware that allows us to authenticate using username and
Talk of CRM and one name that always ranks first on the list of sales professionals is – Salesforce. And why not? It is quite obvious for them to lean towards a tool that offers excellent functionalities for organizing and storing the company&r
Authentication plugin provides facility for user to authenticate the user from any source such as database. As all the plugins in Joomla are inherited by jPlugin class so we can create our own custom plugin which will inherit from base class for usin
Call stored procedure in JPA : Here I am going to tell you that how you can call the stored procedure using JPA entity manager. Following is the example to call stored procedure using entity manger.
Suppose we have a stored procedure called 'get_log
Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you.
first you need to create dropdown box which contain user status 0 for Suspend 1 for active.
Example:
<?php $opti
While retriving or inserting data into the database we use SqlClasses.
But we can also create dynamic data or dynamic table if we want.
For doing that we need to use the classes:
DataTable : Table where rows and column are stored.
Validation is a process of analyzing the exactness of data. It assures that the data entered is according to our requirement or not.
CakePHP has it's own inbuilt validation rules. In CakePHP validation rule is locate in the Model file of that pa
Modify PHP settings
PHP settings can be changed and configured using php.ini file. This blog will give you few common examples.
In PHP applications there are some case in which we might need to allow for larger upload files. Such as videos, plugins
Hi, iPhone developers today we will see how to fetch records lying between 2 dates in iOS i.e basically applying date filters on records of data. The first thing we have to take care is the "format" of records we have in our database.
In Ca
Association is the relationship between two models. By using associations we can join tables. It is like a glue between different related models. Cakephp provides us very powerful feature of linking models together, just by call of one function. In C