Welcome Guest, Not a member yet? Register   Sign In
Gas ORM
#37

[eluser]toopay[/eluser]
[quote author="vinhluu" date="1328664168"]
It would be nice to have a finder function 'count_where' as a part of the core. This 'count_where' would mainly be used in obtaining pagination recordset.
[/quote]
Gas ORM has extension that design to resolve other task(s). Personaly i think, something like jquery extension works well for interactive table, including its pagination...what you think?

If something like that, doesnt enough for you, you always could write your own extension covering pagination stuff.
[quote author="jellysandwich" date="1328669909"]Why does this library create a second database entry in the output profiler?[/quote]
Dont autoload database. Gas already load it automatically. I already put notification at the bottom of this page
[quote author="jellysandwich" date="1328675334"]Another question: Why do the objects not get updated after a save()?
[/quote]
Any write operations(INSERT, UPDATE, DELETE), uniformly return boolean, not an object. Thus, the previous fetched record, still there. That would be handy for chained procedure (eg, after update some record, you want modify any related entries too, you could still use the previous PK for that).

This mean, you will need to load the fresh one, eg :
Code:
$user1 = Gas::factory('user')->find(1);
$user1->name = 'New name';
if ($user1->save)
{
  echo 'User1 name become:'.Gas::factory('user')->find(1)->name;
}


Messages In This Thread
Gas ORM - by El Forum - 10-23-2011, 01:00 PM
Gas ORM - by El Forum - 01-18-2012, 12:47 PM
Gas ORM - by El Forum - 01-18-2012, 10:01 PM
Gas ORM - by El Forum - 01-19-2012, 03:28 AM
Gas ORM - by El Forum - 01-19-2012, 04:13 AM
Gas ORM - by El Forum - 01-19-2012, 06:35 AM
Gas ORM - by El Forum - 01-19-2012, 10:18 AM
Gas ORM - by El Forum - 01-23-2012, 09:04 AM
Gas ORM - by El Forum - 01-23-2012, 11:11 AM
Gas ORM - by El Forum - 01-23-2012, 12:05 PM
Gas ORM - by El Forum - 01-24-2012, 07:48 PM
Gas ORM - by El Forum - 01-25-2012, 07:09 AM
Gas ORM - by El Forum - 01-25-2012, 07:35 AM
Gas ORM - by El Forum - 01-25-2012, 07:10 PM
Gas ORM - by El Forum - 01-26-2012, 01:53 AM
Gas ORM - by El Forum - 01-26-2012, 06:51 AM
Gas ORM - by El Forum - 01-26-2012, 07:48 AM
Gas ORM - by El Forum - 01-26-2012, 01:50 PM
Gas ORM - by El Forum - 01-27-2012, 02:31 AM
Gas ORM - by El Forum - 01-27-2012, 03:18 AM
Gas ORM - by El Forum - 02-01-2012, 10:12 PM
Gas ORM - by El Forum - 02-02-2012, 12:22 AM
Gas ORM - by El Forum - 02-05-2012, 04:25 AM
Gas ORM - by El Forum - 02-05-2012, 04:59 AM
Gas ORM - by El Forum - 02-05-2012, 08:22 AM
Gas ORM - by El Forum - 02-05-2012, 09:31 AM
Gas ORM - by El Forum - 02-05-2012, 10:33 AM
Gas ORM - by El Forum - 02-05-2012, 10:41 AM
Gas ORM - by El Forum - 02-07-2012, 07:28 AM
Gas ORM - by El Forum - 02-07-2012, 01:22 PM
Gas ORM - by El Forum - 02-07-2012, 04:14 PM
Gas ORM - by El Forum - 02-07-2012, 05:16 PM
Gas ORM - by El Forum - 02-07-2012, 06:00 PM
Gas ORM - by El Forum - 02-07-2012, 06:22 PM
Gas ORM - by El Forum - 02-07-2012, 07:58 PM
Gas ORM - by El Forum - 02-07-2012, 09:28 PM
Gas ORM - by El Forum - 02-08-2012, 04:28 AM
Gas ORM - by El Forum - 02-12-2012, 10:51 AM
Gas ORM - by El Forum - 02-13-2012, 04:03 AM
Gas ORM - by El Forum - 02-15-2012, 10:12 AM
Gas ORM - by El Forum - 02-15-2012, 11:28 AM
Gas ORM - by El Forum - 02-16-2012, 07:56 AM
Gas ORM - by El Forum - 02-17-2012, 05:05 PM
Gas ORM - by El Forum - 03-09-2012, 02:34 PM
Gas ORM - by El Forum - 03-10-2012, 12:20 AM
Gas ORM - by El Forum - 03-10-2012, 07:39 AM
Gas ORM - by El Forum - 03-10-2012, 07:49 AM
Gas ORM - by El Forum - 03-10-2012, 08:30 AM
Gas ORM - by El Forum - 03-10-2012, 09:31 AM
Gas ORM - by El Forum - 03-10-2012, 12:06 PM
Gas ORM - by El Forum - 03-10-2012, 04:29 PM
Gas ORM - by El Forum - 03-14-2012, 05:07 PM
Gas ORM - by El Forum - 03-15-2012, 08:10 AM
Gas ORM - by El Forum - 03-15-2012, 01:11 PM
Gas ORM - by El Forum - 03-16-2012, 08:38 PM
Gas ORM - by El Forum - 04-01-2012, 10:20 AM
Gas ORM - by El Forum - 04-02-2012, 02:23 AM
Gas ORM - by El Forum - 04-03-2012, 11:46 PM
Gas ORM - by El Forum - 04-04-2012, 04:00 AM
Gas ORM - by El Forum - 04-07-2012, 02:14 AM
Gas ORM - by El Forum - 04-07-2012, 09:29 AM
Gas ORM - by El Forum - 04-13-2012, 06:06 AM
Gas ORM - by El Forum - 04-13-2012, 09:07 AM
Gas ORM - by El Forum - 04-14-2012, 02:19 AM
Gas ORM - by El Forum - 04-14-2012, 02:58 AM
Gas ORM - by El Forum - 04-14-2012, 03:13 AM
Gas ORM - by El Forum - 04-14-2012, 03:43 AM
Gas ORM - by El Forum - 05-07-2012, 11:02 AM
Gas ORM - by El Forum - 05-07-2012, 11:43 AM
Gas ORM - by El Forum - 05-07-2012, 12:00 PM
Gas ORM - by El Forum - 05-07-2012, 11:30 PM
Gas ORM - by El Forum - 06-03-2012, 06:27 AM
Gas ORM - by El Forum - 06-19-2012, 10:09 PM
Gas ORM - by El Forum - 06-28-2012, 11:34 AM
Gas ORM - by El Forum - 07-08-2012, 11:26 PM
Gas ORM - by El Forum - 07-23-2012, 03:04 AM
Gas ORM - by El Forum - 07-23-2012, 09:53 AM
Gas ORM - by El Forum - 08-15-2012, 07:20 PM
Gas ORM - by El Forum - 08-22-2012, 02:16 AM
Gas ORM - by El Forum - 08-22-2012, 04:50 PM
Gas ORM - by El Forum - 08-23-2012, 02:18 AM
Gas ORM - by El Forum - 08-23-2012, 07:42 PM
Gas ORM - by El Forum - 08-25-2012, 04:46 PM
Gas ORM - by El Forum - 08-25-2012, 05:27 PM
Gas ORM - by El Forum - 08-29-2012, 12:19 AM
Gas ORM - by El Forum - 08-30-2012, 09:31 AM
Gas ORM - by El Forum - 09-05-2012, 08:53 AM
Gas ORM - by El Forum - 10-04-2012, 10:46 AM
Gas ORM - by El Forum - 10-04-2012, 11:21 AM
Gas ORM - by El Forum - 10-31-2012, 09:29 AM
Gas ORM - by El Forum - 10-31-2012, 11:56 AM
Gas ORM - by El Forum - 03-28-2013, 02:56 AM
Gas ORM - by El Forum - 06-27-2013, 08:13 AM
Gas ORM - by El Forum - 06-27-2013, 09:56 AM
Gas ORM - by El Forum - 07-10-2013, 08:55 AM
Gas ORM - by El Forum - 07-15-2013, 02:40 AM
Gas ORM - by El Forum - 07-20-2013, 09:48 AM
Gas ORM - by El Forum - 08-28-2013, 01:19 AM
Gas ORM - by El Forum - 11-06-2013, 01:53 AM
Gas ORM - by El Forum - 11-21-2013, 02:41 AM
Gas ORM - by El Forum - 01-19-2014, 09:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB