Tag Archives: framework

Coupling Zend Framework with CodeIgniter

CodeIgniter is a super cool web application framework for PHP. It is lightweight and lets you get the jobs done in a fashion. It is the first framework I have used and I am still using it. On the other … Continue reading

Posted in Blog Post | Tagged , | 13 Comments

CodeIgniter Code Completion with the Netbeans IDE for PHP

CodeIgniter is my favorite web application framework for PHP and Netbeans is the IDE I use for all sorts of web development. The latest version of Netbeans IDE (6.9) has support for both Symfony and Zend Framework. But it still … Continue reading

Posted in Blog Post | Tagged , | 12 Comments

A beginner's look into the Orchid Models

In Orchid you must have the database setup and configured to use a model based on the tables of that database. The cool thing is that, you can use the tables of a database directly without explicitly constructing any models … Continue reading

Posted in Blog Post | Tagged , , | 2 Comments

The Orchid Experience

For our next project at Leevio, it has been decided that we will use Orchid as our PHP framework. It’s a framework created by Hasin Hayder, the founder of Leevio and the PHP Guru of Bangladesh. Today I was assigned … Continue reading

Posted in Blog Post | Tagged , , | 1 Comment

Query String support Added to MWF

Here it comes — An important update for MWF. Now you can use $_GET and $_POST data without any problem. I have noticed that since I used “url” as an internal variable in the framework engine, it’d mess up if … Continue reading

Posted in Blog Post | Tagged , | Leave a comment

MWF Reborn

I have been enough bored when I finally decided to rewrite the MWF from the scratch. I wrote this webapp framework and named “Masnun’s Webapp Framework” weeks ago. Gradually I forgot about it like many of my other projects I … Continue reading

Posted in Blog Post | Tagged , | 1 Comment

NiceDog PHP Framework

I was looking for a web.py like PHP framework for a long time. And looks like finally I have found one. It’s called “NiceDog” and it’s really cool. Download Link: http://masnun.googlecode.com/files/nicedog.zip I found the official website down and then retrieved … Continue reading

Posted in Blog Post | Tagged , | 1 Comment

Using web.py with Google App Engine

I love coding in Python and have been exploring the excellent web.py framework lately. From what I’ve seen, web.py is a very simple yet powerful python based web framework. It’d take me a lot of time to learn django (if … Continue reading

Posted in Blog Post | Tagged , , , | Leave a comment

Using Sub-applications on web.py

I have started learning the web.py framework for python. It’s simply a great framework. Here’s a code snippet I wrote a few minutes ago to try the sub-application feature of web.py. There is mainly two applications here à “app” and … Continue reading

Posted in Blog Post | Tagged , | Leave a comment

MWF — Masnun's Web Framework

I was a bit fascinated by the URL mapping techniques implemented by Google in GAE. I know most/all of the MVC php frameworks are going to support custom URL mapping. But I was looking for a simple one. And not … Continue reading

Posted in Blog Post | Tagged , | 1 Comment