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

Search In

How to use BREADCRUMB in Zend Framework

Hello Guys, If you are looking to set Breadcrumb in zend framework. Please follow the below code for the same:: 1)Open your controller file and function in which you want to add breadcrumb. /* BreadCrumb starts Here */ $breadcrumbArray = Array("Ho

How to fetch request variable in Zend Framework

Hello Friends, If you are looking to fetch the request variable in Zend Framework like As a web-page get submit lots of variable posted through GET or POST method. If you want to fetch these variable in Zend Framework, please use the below code for

Xamarin in VisualStudio

Xamarin is a tool that can be integrated with visual studio for building mobile application using the language you are comfortable with like C# With Xamarin you can build an Android application, IOS application using the C# code on your backend.

Use of TimeStamp while reset password

While resetting password there is a need to prevent links to reopen again. For doing that you need an expiration check to validate whether link is in used state or not So you need to store the current date time while sending the link to the user a

Remove index.php from url in codeigniter

We can easily remove index.php from url in codeigniter with the help of htaccess file. We only need to place the below code in htaccess file. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*

How to get count of duplicate values from table in mysql?

Sometimes we need to check how many duplicate values a column has in MySQL table. We can do this by using "group by" and "having". Example: Suppose you have a table "user" with "fist_name" column from which you want to find all the records which ha

Use of VIewBag and ViewData in MVC

Like we have state management in ASP.NET, ViewBag and ViewData are also used for providing the state management in MVC Use of ViewBag and ViewData: 1 It helps to maintain data when you move from controller to view. 2 It is used to pass data f

How to export an ORS in MDM Hub?

Below are the steps to Export an ORS: Step 1: Launch the jnlp file. Step 2: Enter you credential, select the ORS. Step 3: Under Workbench, select Repository Manager. Step 4: Connect to Master Database. Step 5: Under Validate tab, validate the ORS tha

ASCII(str) String Function MySQL

String-valued functions return NULL, if the the result's length would be greater than the value of the max_allowed_packet system variable. The first position of a string (for those functions which operate on string), is numbered 1. Noninteger argum

How to show the Barcode in Odoo-9

Barcodes use in Point of sale module which indicates the product sequence number to stocks and warehouse management and Barcodes are images returned by a controller and can easily be embedded in reports thanks to the QWeb syntax: For example code is

1 375 949
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: