Home » Smarty

Hi friends, In this post i want to explain how to implement events calender in oscommerce. We can schedule the products and we can display the which events/products are schedule in which date. And i have implemented demo in smarty application. Screenshot of event calendar : Events calender implementation in oscommerce using php code | Anil Labs     Call...

 

Hi friends , the following script will discuss for how to implement google map in smarty application. 1) Sign up for API key of googlemap http://code.google.com/apis/maps/signup.html 2) Create a google map class. Googlemap implementation in smarty - Anil Labs   3) Create a tpl file, and add below code : 1234567891011121314151617181920{php} $key="Your...
Filed in: Smarty

 

This post explains how to integrate fckeditor in smarty application. Integration of fckeditor in smarty application   1 . in libs\plugins write the foolowing file called function.fckeditor.php 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394<?php /** *...
Filed in: Smarty

 

how to add styles and javascript, to smarty application, in the head section  written the styles code but when we are applying that code to the tpl file is not applied is there any separate code to written in the smarty. for that reason go to below code we can the simple code in the smarty application for style sheet and javascript , we add the add...
Filed in: Smarty

 

Friends , i would like to write short note on Smarty which is opensource package for the php. Download the files from http://www.smarty.net/ The main uses and what is smarty. 1 ) Smarty is a template engine. 2) The main uses of smarty is the all design templates is different from the coding part. 3) The designers and coder as worked on the same site...
Filed in: Smarty