Tag Archives: Web Development

PHP 5 Social Networking

Have you heard about this book already? It explains how to develop a social network with PHP5 and MVC. Most if the chapters talks about pretty simple tasks, what’s more interesting is Chapter 11 – Developing an API, and Chapter 12 – Deployment, Security and Maintenance. I’ll review this book for you once I’ll finish [...]

Continue Reading

MY_Model v2.0 For CodeIgniter

EDIT:
This is an old MY_Model library, I use a newer version these day that I’ll share with you as fast as possible.

Continue Reading

How to Become a Freelance Web Developer – Part 1

Hi,
Before I begin this post, a clarification: I don’t consider myself a superstar web developer or a very experienced freelancer. I do have 4 years of freelance experience behind me, and so all tips and opinions are based on that.

Most of the freelance work I did until now was web development. And it basically included building a website OR web application for a certain customer.

In this article series I will talk about the different stages of project life cycle, the problems you might face and how deal with them.

This part includes the Pitch and Quote, the beginning of each project.

Continue Reading

MY_Model in CodeIgniter

Hi, I wanted to share with you MY_Model I’ve written and use for most of my CodeIgniter apps. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141/**  * This is the basic model class.  *  * @package – Infrastructure  * @category – Model  * @author – Udi Mosayev @ umNet  */ class MY_Model extends CI_Model {     // The main table name [...]

Continue Reading

Database Interaction with Codeigniter 1.7

Hi, Yesterday I wrote about the new CodeIgniter book: CodeIgniter 1.7 Professional Development By Adam Griffiths. Packt Publishing extracted an article from the book, “Database Interaction with Codeigniter 1.7” which can be very helpful for beginners. You’ll read about the Database class, ActiveRecord and Database Forge class that gives you few methods to perform different [...]

Continue Reading

CodeIgniter 2.0

Hi, EllisLab recently wrote about CodeIgniter 2.0 Baking and some other cool news. So yes, CodeIgniter 2.0 is in development right now and you can follow their process through BitBucket. I won’t write the new cool features we already can see in CI 2.0-dev, because other great guys already done it, so I collected all [...]

Continue Reading

Developing Content Managment System with CodeIgniter – Part 3

Hi. Well, As my development process continues I would like to write you about the features and structure of my application now. I’ve talked about the basics in my previous posts, I covered the structure of my application [modules], I showed you how I extend CI_Controller and CI_Model. Now I want to share with you [...]

Continue Reading

Developing Content Managment System With CodeIgniter – Part 2

Hi, if  you haven’t read my previous post, please read it now: Developing Content Management System With CodeIgniter Part 1. MY_Controller and other extended core libraries As I told you, I always write my own controllers that extends CI’s Controllers. The method is simple, I write 2-3 Controllers and looking for similarities. 1234567891011121314class Add extends [...]

Continue Reading

Developing Content Management System With CodeIgniter – Part 1

Hi, as i said, I’m stating new project – CMS that developed in CodeIgniter. In this and next few posts I’ll describe the process of developing this app, the infrastructure I create for this app and share some idea with you. If you haven’t read my Must Have Feature in your CMS post, please do [...]

Continue Reading

Must have features in your CMS

Hi! I’ll start in few days new project, for this project I need to develop brand new CMS that will be used for a lot of websites. This got me thinking about the basic features I need to include in order to make my life easier, so this is what I have so far: 1. [...]

Continue Reading
WordPress SEO fine-tune by Meta SEO Pack from Poradnik Webmastera