
Search In
I want to create dynamic routes to controller from mysql database.We have the available following table for this.
id name route
--------------------
0 About about
1 Contact contact
2 Blog blog
Now
Use below method to create Google Maps in OpenERP
1- use this code .py file in openerp
from openerp.osv import osv,fields
class launch_map(osv.osv):
_inherit = "res.partner"
def open_map(self, cr, uid, ids, context=None):
if cont
Ubuntu is widely used open source OS. Ubuntu provides lots of customizable features but not more than windows. You can change the background color, theme and organize the icons by their name, type etc. In this article we will tell you about that how
Hi Readers,
If you are using Bootstrap in your application you should use modal to show popups in your web application. Modal is a very nice feature provided by the Bootstrap to show nice and beautiful popups which can be easily modifiable. I rece
Its really easy to create a login form by using cake php, for creating a form a user have to mention its type,action or url for pointing the form to the login() action to the controller, user would supply array like this. And for further fields they
Hi All,
To share data between two controller you should have your factory return an object and let your controllers work with a reference to the same object:
A simple example in which two controllers are sharing name of a user.
TEST.html
<!D
Hi friends,
There are some special kinds of methods in active records rails, that can be used for different purposes. Here I am explaining two of them
1. none method:
none method as its name suggests returns no records. So it is used in the case w
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use jQuery :first Selector?
Basically :first selector is used for selecting the first element and it is always use in a group.
The :first selector can
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to get particular column of a multidimensional array using foreach loop in PHP?
Let have an array with full of key values:-
$detailArr=array(
array('name' => 'Ravi',
While writing API services you need to understand what nudge in that actually means if you come across that particular word.
Nudge is nothing but a general message that we sent to another user or group of users.
We can send single n
