[Solar-talk] svn branch question
Paul M Jones
pmjones at ciaweb.net
Sun Feb 11 06:42:26 PST 2007
On Feb 11, 2007, at 2:47 AM, Jeff Surgeson wrote:
> Just a question on the new branch, other than the additional
> sql_model class
> and associated model_Record model_RecordSet model_DataFilter etc
> classes, are
> there/will there be changes to the other existing sql stuff.
I am changing the adapter method names somewhat; select('all'),
('row'), etc. are being removed in favor of fetchAll(), fetchOne(),
fetchValue(), etc. This will make documentation easier, and it will
make the naming more consistent across the code base (fetchOne() in
the model maps to fetchOne() in the adapter, etc).
> What I am trying to ask is will vendor code based on current trunk
> sql_table
> sql_select etc classes still work with the branch sql_table
> sql_select etc
> classes?
I'm going to do my best to make as few changes as possible, but I
can't promise "no breaks". :-(
--
Paul M. Jones <http://paul-m-jones.com>
Solar: Simple Object Library and Application Repository
for PHP5. <http://solarphp.com>
Join the Solar community wiki! <http://solarphp.org>
Savant: The simple, elegant, and powerful solution for
templates in PHP. <http://phpsavant.com>
More information about the solar-talk
mailing list