
Search In
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
Client side means the code runs on client machine namely like browser while server side means code runs on server side and sent output to the client.
In client side requests the pages from the server and displays them to the user in most of the case
Many times when we have an existing database with existing multiple records with set password, encrypted with a specific encrypt technique and then we try to immigrate to Laravel 5.0 and try to use Laravel Auth, it clashes.
Since, Laravel Auth u
Callbacks are methods that get invoked at various stages of an Activerecord object’s life cycle. and thus it is possible to write code that will run whenever an Activerecord object is created, saved, updated, deleted, validated, or loaded from the d
CakePHP 3.0 Conventions
Welcome to FindNerd. Today our discussion is based on CakePHP 3 Conventions. Conventions means a way in which something is usually done. In CakePHP 3 there are different set of rules which must be followed. With the hel
About Cassandra: Cassandra/ Apache Cassandra is scalable NoSQL database system. It is used to manage large amount of structured, semi-structured and non structured data. I am writing this blog which will help you to install and run a single-node clus
Sanitization in Cakephp 2
Sanitize in Cakephp is used to rid user submitted data and any other unwanted information. Sanitize can be used anywhere in controllers or models. Before using Sanitization, you need to import its library by calling i
PHP frameworks have been superb over the past years but Laravel is one of the famed entities that have been gaining success for its rich features and convenience in the world of development. Be it modular packaging, separation of codes, unit testing,
MSBi is an extraordinary business intelligence suite that can provide several ultimate solutions to execute data mining and business queries. It can provide various types of data access to the companies with the help of which they can make various de
One to many mapping
One-to-many mapping means a mapping in which each record in one table is linked to multiple records in another table. Like a parent record in one table can have several child records in another table.The parent is not required to
