#6076: auto install database tables if they don't exist
-------------------------------------------+--------------------------------
    Reporter:  Evertt                      |         Owner:           
        Type:  Enhancement                 |        Status:  reopened 
    Priority:  Medium                      |     Milestone:  1.2.x.x  
   Component:  Plugins                     |       Version:  1.2 Final
    Severity:  Normal                      |    Resolution:           
    Keywords:  auto install missing table  |   Php_version:  n/a      
Cake_version:                              |  
-------------------------------------------+--------------------------------
Changes (by Evertt):

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

Comment:

 So you are saying I should create a script that checks if the table exists
 and then, if not, install it? That would be very slow if you have a lot of
 plugins, and it would do it on every page view which makes it even slower.

 It would be faster if it would be in the core of the cake code, because
 then, cake wouldn't have to check if the table exists, it would just have
 to catch the error.

-- 
Ticket URL: <https://trac.cakephp.org/ticket/6076#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 tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to