
Search In
js-model is a library that allows user to work with models by using javascript code. This will help to user for creating a pop-up window for the further details. It contain the interactive data as well as a large part of the logic surrounding for ex:
In OpenERP first we create users and then validate to the trigger. Users register then status will not be sent if not necessary. In usres form type is user_presence.
Use this function show in given below
def updates(self, user_presence=True):
Cryptography is the technique to make original data changed in some form which makes it difficult to understand and interpret. There are several cryptographic algorithms available present day as described below:
Secret Key
Public Key
M
During initial days of internet, its use was limited to military and universities for research and development purpose.
Later when all the source is getting integrated then people start to transmit data from one location.
All securi
LAMP full form is Linux Apache Mysql PHP. To install LAMP with one command on Ubuntu 14.04 just write the following command:
First refresh your package index...
$ sudo apt-get update
Now install the LAMP stack:
sudo apt-ge
A Controller in MVC like cakePHP is basically used to manage the logic around a single model.
LIke for example if you are working on User model than you have to have a controller for it name UsersController.php for managing the model.
But it
Hi,
In this tutorial we can learn that how to make reset password functionality in CakePHP . Most of the times users forget their password for their login credentials, so reset password functionality gives them the authority to change their user acc
SNMP is Simple Network Management Protocol. It is mainly used by servers to share their current information, and the channel by which the administrator can change the values.
While the protocol itself is very simple, the structure of program
What is Waterfall model?
In the waterfall model ,programming development progress through different stages like Requirements Analysis , Design and so on - successively.
In this model, next stage starts just when the prior stage is
What is Extreme programming?
Extreme programming is a kind of agile methodology which has faith in short development cycles. A project is separated into simple engineering tasks. Developers code a basic piece of software and get ba
