
Search In
Hi Reader's,
Welcome to FindNerd,today we are going to discuss on load model in CakePHP.
Basically model is a very important feature in a CakePHP web application because it is manage everything regarding our data, So in other words, we can say t
Social Media & its Benefits:
Social Media is the future for communication, marketing & business. It is a collection of internet based tools and platforms that enhance the information shared.
Social media can be used for a variety of p
The way you start your business greatly determines its future. Mistakes are there to teach, but make too many of them and you soon have to think of new business ideas to start. Ecommerce is on the rise, as more and more people choose to make their pu
When you’re writing a blog post, you know you have to get the interest of your audience. You’re doing that by thinking of a great headline, structuring a great post, and presenting unique ideas. Is that all you need to do? No; y
Companies around the world are always looking for ways to reduce costs while maintaining the same level of productivity. Luckily, technology is greatly helping with lowering costs, outsourcing being one of the best ways to successfully perf
Hi Reader’s,
In this blog we will discuss about the concept of keys used in SQL SERVER. These keys play a very important role in database related task in SQL like retrieve data/record from the table according to the requiremen
Software development life cycle is a process of developing software through business needs, analysis, design, implementation and release & maintenance.
Life Cycle models or process models:-
1. Classical Waterfall Model
2. Prototyping Mo
render() method in rails is used for rendering a content to the view . Its uses are:
In Controller for rendering an action
Example:
render :action => "show"
This is the most common use of render in controller . The template for show will be r
What is View State?
View State is a client side state management mechanism. It can store the page value at the time of post back (i.e Sending and Receiving information from Server) of the page.
In
Before going into the details of “attr_accessible”, the best thing would be to understand why it was needed.
It was basically needed to avoid the Mass-assignment Attack.
For that we need to know about Mass-assignment :-
Mass-assignment is u
