Filed in: Articles, General Category
Home » Posts tagged with "Smarty"
In this post i would like to explain about basic need of MVC architecture while develop the complex applications. What is MVC is explained in my earlier post. I will explain this approach with small example.
Target : Identify the Red ball in the box from the three balls ( red, green and white )
Case 1:
In this case all balls are in the one box....
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
In this post i would like to explain about how to create php charts using the Google API key. It is very simple to implement with few files.I have explained with demo.
The chart like this one:
To set the chart :
12345678// Set graph data
$data = array(
'PHP' => 50,
'ROR' => 15,
'.NET' => 20,
'Designers' => 25
);
To...
Filed in: Graphs or Charts, PHP Code




