gas-orm
gas-orm copied to clipboard
A lighweight and easy-to-use ORM for CodeIgniter
Following the url: http://gasorm-doc.taufanaditya.com/example.html In the Title: Viewing All Our Posts You guys wrote it wrong when you said to "Create a new file in application/models called blog.php" when this...
When using the latest gas-orm version from the website with CodeIgniter Version 3.0.3 I get following error: "Unable to load the requested class: Gas" This is due to the fact,...
After look to this repo, I think I should copy libraries and third_party folder to my existing CI folder. How I can install gas-orm with composer? Thanks. Merdeka!
The requirements for gas-orm say PHP >= 5.3, but it's not quite compatible with php7. In libraries/gas.php the exception-handler expects the type "Exception", which throws an exception in php7, if...
Hi guys, I open a more specific issue. I created a simple user model (like the example one), but when I try to save it with true parameter the model...
Hi, I used Gas orm for a lot of projects and I love it but I saw last update was made about 2 years ago. Is the project still alive?...
Hello All, I am facing a serious issue. I had just completed a project with Gas ORM and Codeigniter. Everything is working on my local system and staging server. When...
I'm having trouble determining if an object has a property: ``` php if (!empty($deal->start_date)) { echo $deal->start_date; //outputs nothing, does not enter the if } $start_date = $deal->start_date; if (!empty($start_date))...
How can I use offset ?