Archive | May, 2010

My experience with CloudIgniter

Recently I got an opportunity to use CloudIgniter – Codeigniter Hosting, with your own database and ftp account. In my account I can have 3 domains, I’ve added the first one: helloworld.co.il and I have few options: Platform – CodeIgniter 1.7.2, CodeIgniter 2.0 beta Application – Different versions of PyroCMS and MyClientBase. I chose PyroCMS. [...]

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

New CodeIgniter Book: CodeIgniter 1.7 Professional Development (by Adam Griffiths)

Hi, Recently, new Codeigniter book came out. CodeIgniter 1.7 Professional Development by Adam Griffiths. Packt Publishing asked me to review this book, so once I’ll get it in the mail I review it for you. Take a look at the TOC of the book, Personally I’m really excited about Chapter 7: Building a Large-Scale Application and Chapter 10: [...]

Continue Reading

Continuous Deployment

I started to hear a lot about continuous deployment, which means to deploy every piece of code you commit right away. But what I found more interesting to me is the strong infrastructure needed in order to do that. Eric Ries wrote “Continuous deployment in 5 easy steps” and I really liked the idea of [...]

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