PHP Programmer’s Of Bangladesh

Archive for May 3rd, 2007

SMARTY: Template Engine

Posted by: Md. Masud on: May 3, 2007

First copy the downloaded smarty folder into your project root directory. Then goto that smarty folder, create a php file (ex: smarty.php) & paste these following codes:

<?php
/* This is a class defination for accessing smarty. */ require(“C:/apache2triad/htdocs/project/smarty/libs/Smarty.class.php”);
class Template extends Smarty {
function Template() {
$this->Smarty();
//setting up smarty template directory
$this->template_dir=’c:/apache2triad/htdocs/project/templates/’;
//setting up smarty template directory
$this->compile_dir=’c:/apache2triad/htdocs/project/templates_c/’;
//setting up smarty configs directory
$this->config_dir=’c:/apache2triad/htdocs/project/configs/’;
//setting [...]

jPOP: Javascript Powered On PHP

Posted by: Md. Masud on: May 3, 2007

Ajax is a very important for modern RIA(Rich Internet Application). Till now we use JS for Ajax purpose. But a framework has been recently introduced which done the ajax work from a php page. this is called jPOP.
To know more about it, go to this link: jPOP: Javascript powered On PHP

Best PHP tools of the month

Posted by: Md. Masud on: May 3, 2007

Best Framework->CodeIgniter
Best Environment for PHP-> WAMP
for more see the below link:

Best PHP Tools of the Month
Best Framework
10 tips for MySQL query Optimization

with regards:
masud


Where I was???

I was a PHP/MySQL web application developer in EVOKNOW INC from 1st July, 2006 to 5th Nov, 2007.

Blog Stats

  • 26,866 hits

What is the date?????

May 2007
S S M T W T F
« Apr   Jun »
 1234
567891011
12131415161718
19202122232425
262728293031  

My Links in Del.icio.us

Google Adds