Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to get a list of registered route paths in Laravel

If some one find a way to create an array with the registered routes paths within Laravel 4. If someone wants to get a list something like this returned: / /login /join /password Solution: For this we will use the method Route::getRoutes() whic

How to set process in subscription module in openerp?

To set process in subscription module, first you need to install subscription module and set interval number and interval type fields in subscription module is used to set the process. You can use this function as given below def process(self, cr,

How to make the scheduled call in Odoo-9 ?

To make the scheduled call in Odoo-9 follow the below steps one by one:Step-1 Go to Sales Modules-> Phone Calls->scheduled calls Step-2 Call Summary ->Date->Duration->Responsible ->Administrator Step-3 Sales Team->Sales Departmen

How to Modifying a report in odoo-9?

To modifying a repor in Odoo-9 follow the below steps one by one: Step-1 First we have to Modify existing reports which will then replace the originals in our OpenERP database, Step-2 create new reports for the selected object. Step-3 select Re

How to Create and Use Cookies in PHP

Cookies are basically small text files that is stored in browser and it is use for tracking purpose. Cookies are also use for remember me functionalities. Setting Cookies with PHP setcookie(name, value, expire, path, domain, security); For Examp

How to check indexes for a database or table in mysql ?

There are chances that you want to check for the indexes that you created on the tables in past because there can be a large number of indexes on numerous of tables depending on the size of the database If you want to see the indexes for a particula

How to Add Styles in odoo-9

In odoo-9 first we have to install odoo website builder module after this, lets first create an empty file and named it style.less and place it in a folder called less in static folder. The following rules will style our Ser

How to set pagging in Zend Framework

Hello Guys, We generally need paging in all the listing pages in website. To set paging in Zend Framework, please follow the below code:: // you need to set the below code in your controller $select = $db->select()->from('posts')->order(

How to send hashmap from one activity to another

HashMap is basically an implementation of map and this is not synchronized. HashMap basically contains key value pair data. From sending activity we can create and send hashmap value like this : HashMap<String, String> mHashMap= adapter.getIt

How to use array_combine() in PHP.

Hello Readers , Suppose we have two array's . $fname=array("Peter","Ben","Joe"); $age=array("35","37","43"); The array_combine() function creates an array by using the elements from one "keys" array and one "values" array. Example : <?php $f

1 75 370
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: