
Search In
This blog is going to explain "How to apply multiple layout in CakePHP".
By default layout file located in (app/View/Layouts/default.ctp) in CakePHP. if we don't apply any layout, then all pages will take default layout.
if we are requi
Hello Readers! this is a small blog on Mysql injection, hope you like it.
Mysql Injection:
MySQL injection is a code injection technique, used to attack data-driven applications, in which harmful SQL statements are inserted into an entry fi
Step 1->To Disconnect Google+ from YouTube first things we need to do is click upper right-hand corner and came down to YouTube settings, Go ahead and click on YouTube settings.
Step 2-> Clicking on settings will redirect you to your o
One can easily change RectTransform right,left,top and bottom value using script in this way :-
object.GetComponent<RectTransform> ().offsetMin = new Vector2 (0,-1);//left-bottom
here "0" indicates Left value and "-1" ind
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
A string is placed either within single quotes i.e ('') or double quotes i.e ("") whereas on the other hand, a symbol is preceded by a colon i.e (:).
A string has a variety of methods to use but contrary to that a symbol is l
Hi friends,
Sometimes we want to read the content from a file and save into our database. So we can achieve this in rails we do following:
1) First you need to add a column in your model where you want to save the content of the
Regular expression or Regex is an API which is used for pattern matching and it basically defines a search pattern of input. We can also search, edit or manipulate text or data from regular expression. Let’s suppose if we need to define s
Stack view is a good option to give less number of constraints to the storyboard items. If we are using stack view then we don’t need to give constraints to each label or button or any object, we can directly place labels or buttons or anything
If you want to catch SQL constraints violations in OpenERP/Odoo controllers this tutorial will help you,
So, You can add an SQL constraint to Odoo model without facing any difficulty, to do this we have to use the _sql_constraints list. Odoo Fo
