I'm trying to write a custom datasource that reads and writes INI
files (php ini files, not Windows). Even though INI files and
databases are fundamentally incompatible in many ways, I never the
less would like it to be as compatible with database sources as
possible.

I've created class IniSource extended from DataSource, but, being new
to Cake I'm not sure what functions I must implement in order to get
this working. Currently I'm getting the error:

Call to undefined method IniSource::fullTableName

but I think that might be because I'm not implementing the object
properly in the model rather than because of some problem with the
datasource itself.

If there are any tips or documentation on how implement this class it
would be appreciated.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to