Yet another MY_Model |
[eluser]alexwenzel[/eluser]
Hi guys, I wrote a new model override for codeigniter. I know there are plenty of them outside, but i started to write this model mostly for my own. But now i decided to make it popular, because its so much fun to work with. If you ever wanted to work with models like this ... Code: $newuser = new User(); Code: $user = User::by_id(2); ... my model is probably something for you. Advantages: - easy to use - easy to install - short syntax - method chaining - form-validation with one call - all based on CodeIgniters own active record class !!! Project-Site: https://bitbucket.org/alexwenzel/my_model General informations: I have implemented almost all methods from CodeIgniter for method chaining. You can visit the CodeIgniter documentation for this under: http://ellislab.com/codeigniter/user-gui...ecord.html ISSUES: Please commit all issues directly to the issue tracker on bitbucket ... https://bitbucket.org/alexwenzel/my_mode...tatus=open ... or contact me!
[eluser]MatthewSchenker[/eluser]
Greetings Alex. Thanks for posting this! I like how clearly you have developed the methods here. I've been getting into using Jamie Rumbelow's famous My_model, but I definitely like where you're going with your ideas. I'll keep my eyes on your project and will experiment with it in one of my next apps. Thanks again, Matthew
[eluser]alexwenzel[/eluser]
Thanks. I ever try to keep things simple and save. Just you know: I have updated the bitbucket-wiki just in this moment, which covers all informations on MY_Model https://bitbucket.org/alexwenzel/my_model/wiki/Home
[eluser]Aken[/eluser]
So you're releasing an ORM of sorts that doesn't even have a delete feature yet? Jumping the gun a bit there... Also, there's a forum section dedicated to add-on code (Ignited Code). You should post this there instead.
[eluser]alexwenzel[/eluser]
[quote author="Aken" date="1345151724"]So you're releasing an ORM of sorts that doesn't even have a delete feature yet? Jumping the gun a bit there... Also, there's a forum section dedicated to add-on code (Ignited Code). You should post this there instead.[/quote] Didnt see the other forum first. I already posted there. I also added full functionality now. ![]()
[eluser]Aken[/eluser]
Better! ![]() |
Welcome Guest, Not a member yet? Register Sign In |