Zend Framework  1.12
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Tool_Project_Provider_DbTable Class Reference

Public Member Functions

 create ($name, $actualTableName, $module=null, $forceOverwrite=false)
 
 createFromDatabase ($module=null, $forceOverwrite=false)
 
- Public Member Functions inherited from Zend_Tool_Project_Provider_Abstract
 initialize ()
 
 getContextClasses ()
 
- Public Member Functions inherited from Zend_Tool_Framework_Provider_Abstract
 setRegistry (Zend_Tool_Framework_Registry_Interface $registry)
 setRegistry() - required by Zend_Tool_Framework_Registry_EnabledInterface
 

Static Public Member Functions

static createResource (Zend_Tool_Project_Profile $profile, $dbTableName, $actualTableName, $moduleName=null)
 
static hasResource (Zend_Tool_Project_Profile $profile, $dbTableName, $moduleName=null)
 

Protected Member Functions

 _convertTableNameToClassName ($tableName)
 
- Protected Member Functions inherited from Zend_Tool_Project_Provider_Abstract
 _loadProfile ($loadProfileFlag=self::NO_PROFILE_THROW_EXCEPTION, $projectDirectory=null, $searchParentDirectories=true)
 _getProject is designed to find if there is project file in the context of where the client has been called from.
 
 _findProfileDirectory ($projectDirectory=null, $searchParentDirectories=true)
 
 _loadProfileRequired ()
 Load the project profile from the current working directory, if not throw exception.
 
 _getProfile ($loadProfileFlag=self::NO_PROFILE_THROW_EXCEPTION)
 Return the currently loaded profile.
 
 _storeProfile ()
 _storeProfile()
 
 _getContentForContext (Zend_Tool_Project_Context_Interface $context, $methodName, $parameters)
 
 _hasProjectProviderDirectory ($pathToProfileFile)
 

Protected Attributes

 $_specialties = array('FromDatabase')
 
 $_nameFilter = null
 
- Protected Attributes inherited from Zend_Tool_Project_Provider_Abstract
 $_projectPath = null
 
 $_loadedProfile = null
 
- Protected Attributes inherited from Zend_Tool_Framework_Provider_Abstract
 $_registry = null
 

Additional Inherited Members

- Public Attributes inherited from Zend_Tool_Project_Provider_Abstract
const NO_PROFILE_THROW_EXCEPTION = true
 
const NO_PROFILE_RETURN_FALSE = false
 
- Static Protected Attributes inherited from Zend_Tool_Project_Provider_Abstract
static $_isInitialized = false
 

Member Function Documentation

_convertTableNameToClassName (   $tableName)
protected
create (   $name,
  $actualTableName,
  $module = null,
  $forceOverwrite = false 
)
createFromDatabase (   $module = null,
  $forceOverwrite = false 
)
Parameters
string$moduleModule name action should be applied to.
bool$forceOverwriteWhether should force overwriting previous classes generated
Returns
void
static createResource ( Zend_Tool_Project_Profile  $profile,
  $dbTableName,
  $actualTableName,
  $moduleName = null 
)
static
static hasResource ( Zend_Tool_Project_Profile  $profile,
  $dbTableName,
  $moduleName = null 
)
static

Member Data Documentation

$_nameFilter = null
protected
$_specialties = array('FromDatabase')
protected