No I forgot to note it down before I took a napFran,
Did you get that other bug taken care of that we talked about in IRC? The one were saving changes to the IP addresses screws up the internal network connection to the MySQL server?
Francisco
No I forgot to note it down before I took a napFran,
Did you get that other bug taken care of that we talked about in IRC? The one were saving changes to the IP addresses screws up the internal network connection to the MySQL server?
Thank you Sir!Windows 2012 will also be included in our KVM pricing.
Enjoy!
Francisco
We chose CI because it's a great framework with some really really useful functionality but isn't so heavy that it's getting in the way.Francisco, I don't see you really talk about the Framework you choose to build it off, if you don't mind could you answer a few questions?
Why you choose this framework?
What unique items it has to it which makes it better then writing it manually?
Is it better then other frameworks like Laravel, etc?
Just wondering as I'm interested to see why you chose it.
I assume with the set_rules you're referring to mostly the form validation section? Also, would you recommend this framework to other people?We chose CI becauase it's a great framework with some really really useful functionality but isn't so heavy that it's getting in the way.
It has a pretty decent database ORM and the sanitizing classes are top notch.
I'd get really tired of writing chained IF statements to validate if things are ints as well as ranges, instead of just a simple:
->set_rules('backupid', '', 'trim|required|is_natural_no_zero');
It just makes life a lot easier.
Stallion 1 was 'per page' procedural and I wanted to hang myself by the end of it. I got tired of writing SQL queries by hand all the damn time, especially when I made large database changes (splitting tables, etc).
CI is an older framework but there is a huuuuge community behind it and I had no issues finding solid examples to work from.
Francisco