You are currently browsing the archives for the Frameworks category.

Breaking News

PHP Frameworks to Try Out

Gavin Blair @ May 26, 2008 # 4 Comments

Coming back from the php|tek conference, I’ve made a list of some PHP frameworks that I’d like to get some experience with. I’m worried that Code Igniter is so easy though that I won’t like working with anything else!
By the discussions surrounding them I think many of these frameworks come with a program that creates [...]

More on page 11

jQuery and Code Igniter

Gavin Blair @ May 20, 2008 # No Comment Yet

There aren’t that many tutorials on how to use jQuery and Code Igniter together. I’ve written a bit on how to do some Ajax with jQuery and Code Igniter here, on the Code Igniter Forums. With jQuery, Ajax is pretty easy to do, once you figure out how to get it working once. The toughest [...]

More on page 10

Code Igniter and Wordpress

Gavin Blair @ May 11, 2008 # 4 Comments

For those who don’t know, Code Igniter is an open source PHP framework. And of course, Wordpress is blogging software. When you create a Wordpress theme, you have to put it into the /wp-content/themes/folder. To list the blog’s categories, you use the function wp_list_categories(), which puts the categories in an unordered list. The function takes some arguments [...]

More on page 7