#5714: "Undefined index: database" in datasource.php
---------------------------+------------------------------------------------
    Reporter:  dho         |         Owner:  nate      
        Type:  Bug         |        Status:  closed    
    Priority:  Medium      |     Milestone:  1.2.x.x   
   Component:  General     |       Version:  RC3       
    Severity:  Normal      |    Resolution:  worksforme
    Keywords:              |   Php_version:  n/a       
Cake_version:  1.2.0.7831  |  
---------------------------+------------------------------------------------
Changes (by nate):

  * status:  assigned => closed
  * resolution:  => worksforme

Comment:

 DataSources are designed around the idea that you're connecting to some
 external entity on which you're able to perform the basic CRUD operations.
 By (implicit) convention, the thing that you're connecting to, be it an
 LDAP server or an IMAP inbox or a flat file, is referred to in-context as
 'database', as it is helpful to have a universal way of referencing the
 unique name of the thing that a DataSource is connecting to.  The
 terminology is a hold-over from earlier code and will likely be changed to
 a more suitably generic term in a future version, but all DataSources will
 still require key.  Perhaps you can suggest or submit some changes to the
 documentation making it clear that this key is a required part of the
 DataSource interface.

-- 
Ticket URL: <https://trac.cakephp.org/ticket/5714#comment:2>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to