
Search In
As we know Every DB table has a corresponding "Model" that is helpful to interct with the table.
By using Eloquent we can implement query using MODEL NAME.
The basic query using Eloquent ORM in laravel 4.x are
All Query:
$users = User::all();
As a tester you need to understand what the different challenges in testing stream as you will need to overcome the same
STLC process related challenges :
1.1 Limited time available for testing, Late engagement of testing team
1.2 Test enviro
The MongoDB query optimizer processes chooses the most efficient query plan form the available indexes. Then mongoDB query system use this index to execute and return the result.
You can use the db.collection.explain() or the cursor.explain() method
PDCA Cycle for Software Development:-
As we all know that the software testing is a very important section of every software development process. Basically for any software development there are many steps to follow, but mainly there are four steps
Undefined is a variable in global scope. A variable that has not been assigned any value is referred as undefined.
You can check for undefined in various ways.Here are some ways to check :-
Checking via Strict equality(===)
var a;
if(a=== un
Hello,
I have a doubt regarding Touch Event. Say I need to write something like my name "Sangita" with just single tap on the keypad. In short I need to automate the whole process in one touch that would otherwise take 7 touches. The first touch work
For an organization, human resource is the matter of paramount importance. Human resource acts as a clear for an organization, since it is the substructure to determine the generation and the activity of any organization.
A company spends a huge s
Hi ,
When we launch a website or taking steps to official launch, the Word SEO many times come in our mind. So what is this SEO?
SEO: Search Engine Optimization (SEO) is the process of affecting the visibility of a website or a web page in a search
As per Drupal's definition "A hook is a PHP function that is named foo_bar(), where "foo" is the name of the module (whose filename is thus foo.module) and "bar" is the name of the hook. Each hook has a defined set of parameters and a specified resul
XML-RPC is very useful in openerp. The XML-RPC protocol communicate to server and clients. XML-RPC is a very simple protocol which allows the client to do remote procedure calls. The called function, its arguments, and the result of the call are tra
