Welcome to MVCForge!
A social news site written by programmers for programmers who build applications using MVC Frameworks like CodeIgniter, CakePHP, Ruby on rails, Django and more.

Popular articles - php frameworks Syndicate content

5

Zend framework Flickr class on Codeignier with jquery

http://www.okadadesign.no

Index page has a form with search word and number of image input field.

If a visitor did not enter any search word, then a warning message “All fields are required . Please try again!” will be displayed.

If only a search word is input, then 20 images will be displayed and message will tell the item searched and number of images.
...

More »
shinokada's picture
Created by shinokada 39 weeks 4 days ago – Made popular 39 weeks 4 days ago
Category: codeigniter   Tags:
29

Send iPhone notifications from CodeIgniter

http://philsturgeon.co.uk

Most web-applications currently use automated e-mail's to let an administrator know someting is going on and some applications use Twitter. Why not use iPhone Push Notifications to get an alert to you immediately without having to check a thing?

More »
ror_ninja's picture
Created by ror_ninja 39 weeks 5 days ago – Made popular 39 weeks 4 days ago
Category: codeigniter   Tags:
4

Path problems with Codeigniter on Windows

http://www.okadadesign.no

I posted how to implement Zend Framework here. However I had a problem with Window’s path when I was trying it.

I have found a couple of things about paths in Windows when I am using Codeigniter....

More »
shinokada's picture
Created by shinokada 40 weeks 1 day ago – Made popular 40 weeks 7 hours ago
Category: codeigniter   Tags:
3

How to implement Zend Framework with Codeigniter

http://www.okadadesign.no

There are quite few posts how to use Zend framework in Codeigniter.

1. Beyond Coding
2. Freakauth
3. Phil’s post

However none of them worked on my XAMPP. I thought there might be some who are struggling to use Zend frame work on Windows. Here is how I did.
...

More »
shinokada's picture
Created by shinokada 40 weeks 1 day ago – Made popular 40 weeks 7 hours ago
Category: codeigniter   Tags:
3

Zend Framework on Codeigniter: Youtube

http://www.okadadesign.no

This post is about how to use Zend Framework on Codeigniter to show Youtube videos.
Download
Note:

The download file is set up for Windows. If you are not using Windows, then open application/helpers/zend_framework_helper.php and comment out Windows part and uncomment the other part.

More »
shinokada's picture
Created by shinokada 40 weeks 1 day ago – Made popular 40 weeks 7 hours ago
Category: codeigniter   Tags:
2

How to use Codeigniter captcha plug-in Part 2

http://www.okadadesign.no

In the previous post I wrote a basic method how to use captcha plug-in with Codeigniter.
Today I am going to write a simple but practical newsletter subsciption page using captcha.
We will use CI’s form_validation class.
ci_captcha

Please read the previous post to customize it.
You need to create a folder called captcha as the same level as system....

More »
shinokada's picture
Created by shinokada 40 weeks 1 day ago – Made popular 40 weeks 21 hours ago
Category: codeigniter   Tags:
4

Testing CodeIgniter Image Manipulation Class

http://www.okadadesign.no

CodeIgniter has a class called Image Manipulation Class. This class enables you to manipulate the followings.
* Image Resizing
* Thumbnail Creation
* Image Cropping
* Image Rotating
* Image Watermarking

More »
shinokada's picture
Created by shinokada 40 weeks 1 day ago – Made popular 40 weeks 1 day ago
Category: codeigniter   Tags:
2

Codeigniter shopping cart code updates

http://www.okadadesign.no

Background and Credits

I learnt Codeigniter from a book “Professional Codeigniter” by Mr. Thomas Myer.

I started learning PHP six months ago and read a couple of good books about PHP and I had basic knowledge but not practical experience of PHP....

More »
shinokada's picture
Created by shinokada 40 weeks 1 day ago – Made popular 40 weeks 1 day ago
Category: codeigniter   Tags:
5

Adding a third party class to CodeIgniter library

http://www.okadadesign.no

You can find many php classes at http://www.phpclasses.org/.
This time I’d like to add a new class called BBQQ calendar to library. I know that there is a calendar class for CodeIgniter, but this will show you how simple is to add a third party php class to CI.

More »
shinokada's picture
Created by shinokada 40 weeks 1 day ago – Made popular 40 weeks 1 day ago
Category: codeigniter   Tags:
29

Installing memcache on Windows XP for PHP

http://pureform.wordpress.com

Memcache is a daemon, meaning it runs as a separate service on your machine. Just like MySQL runs as a separate service. In fact, to use memcache in PHP you have to connect to it, just like MySQL.

More »
muradin's picture
Created by muradin 42 weeks 5 days ago – Made popular 42 weeks 3 days ago
Category: php frameworks   Tags: