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.
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.
EDIT:
This is very old, I recommend reading the newer MY_Model post.
The book “CodeIgniter 1.7 Professional Development” written by Adam Griffiths. I’ve already wrote a little bit about the book before, and Few days ago I got it in the mail and finished reading it already. The author is a well known developer in the CodeIgniter community, who also contributed nice authentication library. So as expected, I saw a [...]
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. [...]
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 [...]
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 [...]
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: [...]
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 [...]
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 [...]
For the last two weeks I’ve worked with two Flash File Uploaders: YUI Uploader SWFUpload I this post I’ll describe the problems I had with it and how I solved them. Lesson 1: NO COOKIES If you add the uploader to authentication based application you might see no files actually got uploaded. Why is that? [...]
Recent Comments