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

Search In

PHP File Functions

PHP Copying, Creating & Deleting files Copy file using PHP:- In PHP when we want to copy our file from source to destination then we have to use following syntax. Syntax: Bool copy (string $source, string $destination); Example: Echo Copy (

Save a file on Internal storage in Android

There are two types of storage in Android device, one is external storage and another is internal storage. You should be aware that the file you try to store in internal storage of Android device will gets completely removed if you uninstall the appl

PHP Copy Files

How to open and read PHP files have been discussed in blog: http://findnerd.com/list/view/How-to-open-and-read-files-with-PHP/3157/ Now,we will discuss about copying a php file. In php,we can Copy files from “source” to “destination”. Function use

How to create reports using Base Report Designer and OpenOffice in OpenErp

Creating reports in OpenErp using OpenOffice is the easiest way. Just need to follow simple steps: Download base_report_designer module from the web or https://www.openerp.com/apps. Add to the addons and install the module. Open OpenOffice 3 and cr

How to Debug in odoo 8

Use below code line in .py file if you want to debug file in odoo import ipdb; ipdb.set_trace(); And then restart server use this command in terminal and then restart your openerp- server with the —debug option. # openerp-server –debug

How to implement translations system in OpenERP/Odoo ?

The procedure to translate text in Python and JavaScript code is very similar. You could have noticed these lines at the beginning of the petstore.js file. var _t = instance.web_t, _lt = instance.web_lt; These lines are simply used to import th

How to show hidden files and folders in Mac OS X Finder

Hi Readers! This blog will help you in displaying hidden files and folders in MAC OS X Finder. Please write below 2 commands one by one in terminal, and then open Finder again defaults write com.apple.finder AppleShowAllFiles YES killall Finder

What is the use of the @ symbol in PHP ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss what is the use of the @ symbol in PHP ? so basically @ symbol is an "Error Control Operators" and it's works only on expressions. In other word we can say that this symbol is used

Extract Zip File Using PHP

If we do not have access to shell and we want to extract a zip file then just put the below php piece of code and run. $zipObj = new ZipArchive; $file = $zipObj->open(’zip_file_name.zip’); if ($file == TRUE) { $zipObj->extractTo('extract_d

An high level over view of Security in OpenERP

OpenERP/Odoo is as secure as any other enterprise standard business application, and the architecture gives you many advantages to deploy applications over the Cloud infrastructure. We have been getting many queries about "How secure is OpenERP/Odoo?

1 7 129
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: