
Search In
I am writing this blog for them who are new to Cakephp and learning it. In Cakephp there are three ways to load models:
First way is:
App::import(): It will find and require()s the file and in order to use it you need to be instantiate the class. i
While working and making projects in MVC we sometimes needs to give default values to the parameters passed for the default invocation purpose otherwise it will through an error.
So its better to give it default value so your applica

Add flames effect to your designs is now effortless, thanks to the added Render Flames tool in Photoshop CC.
Open your selected picture in Photoshop and select the Pen tool (P). Check the tool is set to Path in the top left drop down menu in t
How to resolve "window application opens two windows when we minimize & maximize application in processing time"?
Sometime we face an issue in window application that if one window take more processing time to move to the next
While working with the data whether its from external source or it is from the datasource which is local you need to do parsing for it.
The process of serialization of data and deserialization of data is totally based on it.
append( ) event is used to insert the content at the end of matched set of elements whereas appendTo ( ) event is used to insert matched set of elements at the end of content.Through this we can insert elements at click event, mouse-enter and mouse-l
checked( ) property is used in jQuery to manipulate the elements on the checked event of radio buttons, input buttons and select elements. For working on options of select element we should use selected( ) event.
As shown in example below we changed
Hi we know that we have lots of devices available in Android market with different-2 resolutions and functionalities like we have some issue with samsung and lg devices while capturing images from camera, we basically gets the wrong orientation of ca
Selenium is an open-source browser automation tool. So, while automating any functionality first we have to locate the element. Capybara provides two methods to locate elements:
find()
fill_in()
Let suppose we have an input textbox
Hello Readers!
Today, We will discuss about the PHP 5.4 new feature trait and it's method accessibility/visibility. A trait is similar to a class. It is used to reduce the duplication of the code. But a trait cannot instantiate on its own.
You c
