symfony api 细节(类、函数、方法)1


symfony api 细节(类、函数、方法)1

关键词symfony api 细节

基类名类/函数名方法名变量个数变量
sfComponent
sfAction类方法:
getModuleName1个变量
getActionName1个变量
initialize1个变量$context
preExecute 1个变量
postExecute 1个变量
mustExecute1个变量$suffix='slot'
forward404 1个变量
forward404Unless 1个变量$condition
forward404If 1个变量$condition
redirect404 1个变量
forward 2个变量$module, $action
forwardIf 3个变量$condition, $module, $action
forwardUnless 3个变量$condition, $module, $action
sendEmail2个变量$module, $action
getPresentationFor3个变量$module, $action, $viewName=null
redirect1个变量$url
redirectIf 2个变量$condition, $url
redirectUnless 2个变量$condition, $url
renderText1个变量$text
getDefaultView 1个变量
getRequestMethods 1个变量
handleError 1个变量
registerValidators 1个变量$validatorManager
validate 1个变量
isSecure1个变量
getCredential1个变量
setTemplate1个变量$name
getTemplate1个变量
addHttpMeta3个变量$key, $value, $override=true
addMeta3个变量$key, $value, $override=true
setTitle1个变量$title
addStylesheet3个变量$css, $position='', $options=array()
addJavascript1个变量$js
基类方法:
initialize1个变量$context
getContext 1个变量
getLogger 1个变量
logMessage 2个变量$message, $priority='info'
debugMessage 1个变量$message
getRequestParameter2个变量$name, $default=null
hasRequestParameter1个变量$name
getRequest1个变量
getResponse
TD noWrap>1个变量
getController1个变量
getUser1个变量
setVar2个变量$name, $value
getVar1个变量$name
getVarHolder1个变量
__set2个变量$key, $value
__get1个变量$key
setFlash3个变量$name, $value, $persist=true
getFlash1个变量$name
hasFlash1个变量$name
sfComponents类方法:
execute1个变量
sfActionStack
基类方法:
addEntry 4个变量$moduleName, $actionName, $actionInstance, $isSlot=false
getEntry 1个变量$index
popEntry 1个变量
getFirstEntry 1个变量
getLastEntry 1个变量
getSize 1个变量
sfActionStackEntry
基类方法:
__construct 4个变量$moduleName, $actionName, $actionInstance, $isSlot=false
getActionName 1个变量
getActionInstance 1个变量
getViewInstance 1个变量
setViewInstance 1个变量$viewInstance
isSlot 1个变量
getModuleName 1个变量
& getPresentation 1个变量
setPresentation 1个变量&$presentation
sfAction
sfActions类方法:
execute1个变量
sfCache
基类方法:
setLifeTime1个变量$newLifeTime
getLifeTime1个变量
sfFileCache类方法:
__construct1个变量$cacheDir
setSuffix1个变量$suffix
setWriteControl1个变量$boolean
getWriteControl1个变量
setFileLocking1个变量$boolean
getFileLocking1个变量
setCacheDir1个变量$cacheDir
getCacheDir1个变量
get3个变量$id, $namespace=self::DEFAULT_NAMESPACE, $doNotTestCacheValidity=false
has3个变量$id, $namespace=self::DEFAULT_NAMESPACE, $doNotTestCacheValidity=false
set3个变量$id, $namespace=self::DEFAULT_NAMESPACE, $data
remove2个变量$id, $namespace=self::DEFAULT_NAMESPACE
clean2个变量$namespace=null, $mode='all'
lastModified2个变量$id, $namespace=self::DEFAULT_NAMESPACE
getFileName2个变量$id, $namespace
unlink1个变量$file
cleanDir2个变量$dir, $mode
read2个变量$path, $file
write3个变量$path, $file, $data
writeAndControl3个变量$path, $file, $data
hash1个变量$data
sfFileCache
sfFunctionCache类方法:
call 1个变量
sfYamlConfigHandler
sfAutoloadConfigHandler类方法:
execute1个变量$configFiles
sfCacheConfigHandler类方法:
execute1个变量$configFiles
addCache1个变量$actionName=''
sfCompileConfigHandler类方法:
execute1个变量$configFiles
insertConfig1个变量$matches
sfDatabaseConfigHandler类方法:
execute1个变量$configFiles
sfDefineEnvironmentConfigHandler类方法:
execute1个变量$configFiles
getValues3个变量$prefix, $category, $keys
fixCategoryValue3个变量$category, $key, $value
fixCategoryName2个变量$category, $prefix
sfFactoryConfigHandler类方法:
execute1个变量$configFiles
sfFilterConfigHandler类方法:
execute1个变量$configFiles
sfGeneratorConfigHandler类方法:
execute1个变量$configFiles
sfPhpConfigHandler类方法:
execute1个变量$configFiles
get_ini_path1个变量
sfRootConfigHandler类方法:
execute1个变量$configFiles
sfRoutingConfigHandler类方法:
execute1个变量$configFiles
sfSecurityConfigHandler类方法:
execute1个变量$configFiles
sfValidatorConfigHandler类方法:
execute1个变量$configFiles
generateRegistration5个变量$method, &$data, &$methods, &$names, &$validators
loadAttributes6个变量&$configFiles, &$methods, &$names, &$validators, &$config, &$list
loadNames6个变量&$configFiles, &$method, &$methods, &$names, &$config, &$list
loadValidators5个变量&$configFiles, &$validators, &$config, &$list, &$entry
sfViewConfigHandler类方法:
execute1个变量$configFiles
addComponentSlots1个变量$viewName=''
addSlots1个变量$viewName=''
addLayout1个变量$viewName=''
addHtmlHead1个变量$viewName=''
addHtmlAsset1个变量$viewName=''
addEscaping1个变量$viewName=''
sfConfig
基类方法:
get 2个变量$name, $default=null
set 2个变量$name, $value
add 1个变量$parameters=array()
getAll 1个变量
clear 1个变量
sfConfigCache
基类方法:
getInstance1个变量
callHandler3个变量$handler, $configs, $cache
findConfigPaths1个变量$configPath
checkConfig2个变量$configPath, $optional=false
clear1个变量
getCacheName1个变量$config
import3个变量$config, $once=true, $optional=false
loadConfigHandlers1个变量
writeCacheFile3个变量$config, $cache, &$data
sfConfigHandler
基类方法:
addReplacement2个变量$oldValue, $newValue
initialize1个变量$parameters=null
__construct1个变量
literalize1个变量$value
replaceConstants1个变量$value
replaceConstantsCallback1个变量$value
replacePath1个变量$path
getParameterHolder1个变量
sfYamlConfigHandler类方法:
parseYamls1个变量$configFiles
parseYaml1个变量$configFile
mergeConfigValue2个变量$keyName, $category
getConfigValue3个变量$keyName, $category, $defaultValue=null
sfController
sfConsoleController类方法:
dispatch 3个变量$moduleName, $actionName, $parameters=array()
基类方法:
removeInstance1个变量
componentExists 2个变量$moduleName, $componentName
actionExists 2个变量$moduleName, $actionName
controllerExists 3个变量$moduleName, $conrollerName, $extension
forward 3个变量$moduleName, $actionName, $isSlot=false
getAction 2个变量$moduleName, $actionName
getComponent 2个变量$moduleName, $componentName
getController 3个变量$moduleName, $controllerName, $extension
getActionStack 1个变量
getContext 1个变量
getInstance 1个变量
getRenderMode 1个变量
getView 3个变量$moduleName, $actionName, $viewName
viewExists 3个变量$moduleName, $actionName, $viewName
setExecutionFilterClassName1个变量$className
setRenderingFilterClassName1个变量$className
initialize 1个变量$context
loadGlobalFilters 1个变量$filterChain
loadModuleFilters 1个变量$filterChain
newInstance 1个变量$class
setRenderMode 1个变量$mode
inCLI1个变量
sfWebController类方法:
genUrl2个变量$parameters=array(), $absolute=false
convertUrlStringToParameters1个变量$url
redirect 2个变量$url, $delay=0
sfWebController
sfFrontWebController类方法:
dispatch 1个变量
sfRouting
基类方法:
getInstance1个变量
setCurrentRouteName1个变量$name
getCurrentRouteName1个变量
getCurrentInternalUri1个变量$with_route_name=false
getRoutes1个变量
setRoutes1个变量$routes
hasRoutes1个变量
getRouteByName1个变量$name
clearRoutes1个变量
connect4个变量$name, $route, $default=array(), $requirements=array()
generate4个变量$name, $params, $divider, $equals
parse1个变量$url
sfDatabase
sfCreoleDatabase类方法:
connect 1个变量
& loadDSN 1个变量&$array
shutdown 1个变量
基类方法:
getConnection 1个变量
getResource 1个变量
initialize 1个变量$parameters=array()
getParameterHolder1个变量
getParameter3个变量$name, $default=null, $ns=null
hasParameter2个变量$name, $ns=null
setParameter3个变量$name, $value, $ns=null
sfMySQLDatabase类方法:
connect 1个变量
& loadParameters 1个变量&$array
shutdown 1个变量
sfPDODatabase类方法:
connect 1个变量
shutdown 1个变量
sfPostgreSQLDatabase类方法:
connect 1个变量
loadParameters 1个变量&$array
shutdown 1个变量
sfDatabaseManager
基类方法:
getDatabase 1个变量$name='default'
initialize 1个变量
shutdown 1个变量
sfCreoleDatabase
sfPropelDatabase类方法:
initialize 2个变量$parameters=null, $name=null
setDefaultConfig 1个变量
addConfig 1个变量
getConfiguration 1个变量
setConnectionParameter 2个变量$key, $value
sfDebug
基类方法:
phpInfoAsArray1个变量
globalsAsArray1个变量
settingsAsArray1个变量
requestAsArray1个变量$request
responseAsArray1个变量$response
flattenParameterHolder1个变量$parameterHolder
sfWebDebug
基类方法:
initialize1个变量
getInstance1个变量
removeInstance1个变量
registerAssets1个变量
logShortMessage1个变量$message
log1个变量$logEntry
loadHelpers1个变量
formatLogLine2个变量$type, $log_line
getResults1个变量
getCurrentConfigAsHtml1个变量
formatArrayAsHtml2个变量$id, $values
getDatabaseRequestNumber1个变量
decorateContentWithDebug4个变量$internalUri, $suffix, $retval, $new=false
getPriority1个变量$value
sfException
sfActionException类方法:
__construct 2个变量$message=null, $code=0
sfActionStopException类方法:
__construct 2个变量$message=null, $code=0
printStackTrace 1个变量$exception=null
sfAutoloadException类方法:
__construct 2个变量$message=null, $code=0
sfCacheException类方法:
__construct 2个变量$message=null, $code=0
sfConfigurationException类方法:
__construct 2个变量$message=null, $code=0
sfContextException类方法:
__construct 2个变量$message=null, $code=0
sfControllerException类方法:
__construct 2个变量$message=null, $code=0
sfDatabaseException类方法:
__construct 2个变量$message=null, $code=0
sfError404Exception类方法:
__construct 2个变量$message=null, $code=0
printStackTrace 1个变量$exception=null
sfFactoryException类方法:
__construct 2个变量$message=null, $code=0
sfFileException类方法:
__construct 2个变量$message=null, $code=0
sfFilterException类方法:
__construct 2个变量$message=null, $code=0
sfForwardException类方法:
__construct 2个变量$message=null, $code=0
sfInitializationException类方法:
__construct 2个变量$message=null, $code=0
sfParseException类方法:
__construct 2个变量$message=null, $code=0
sfRenderException类方法:
__construct 2个变量$message=null, $code=0
sfSecurityException类方法:
__construct 2个变量$message=null, $code=0
sfStorageException类方法:
__construct 2个变量$message=null, $code=0
sfValidatorException类方法:
__construct 2个变量$message=null, $code=0
sfViewException类方法:
__construct 2个变量$message=null, $code=0
Exception
sfException类方法:
__construct 2个变量$message=null, $code=0
getFormat1个变量
setFormat1个变量$format
getName 1个变量
printStackTrace 1个变量$exception=null
formatArrayAsHtml1个变量$values
fileExcerpt2个变量$file, $line
formatArgs3个变量$args, $single=false, $formt='html'
setName 1个变量$name
sfSecurityFilter
sfBasicSecurityFilter类方法:
execute 1个变量$filterChain
sfFilter
sfCacheFilter类方法:
initialize2个变量$context, $parameters=array()
execute 1个变量$filterChain
executeBeforeRendering 1个变量$filterChain
setPageCache2个变量$uri, $suffix
getPageCache2个变量$uri, $suffix
setActionCache2个变量$uri, $suffix
getActionCache2个变量$uri, $suffix
sfCommonFilter类方法:
execute 1个变量$filterChain
executeBeforeRendering 1个变量$filterChain
include_javascripts1个变量$response
include_stylesheets1个变量$response
sfExecutionFilter类方法:
execute 1个变量$filterChain
registerFillInFilter2个变量$filterChain, $parameters
sfFillInFormFilter类方法:
executeBeforeRendering1个变量$filterChain
espaceRequestParameter2个变量$request, $name
基类方法:
isFirstCallBeforeExecution 1个变量
isFirstCallBeforeRendering 1个变量
isFirstCall 1个变量$type='beforeExecution'
getContext 1个变量
initialize 2个变量$context, $parameters=array()
getParameterHolder1个变量
getParameter3个变量$name, $default=null, $ns=null
hasParameter2个变量$name, $ns=null
setParameter3个变量$name, $value, $ns=null
sfFlashFilter类方法:
execute 1个变量$filterChain
executeBeforeRendering 1个变量$filterChain
sfRenderingFilter类方法:
execute 1个变量$filterChain
sfSecurityFilter类方法:
newInstance 1个变量$class
sfWebDebugFilter类方法:
execute 1个变量$filterChain
executeBeforeRendering 1个变量$filterChain
sfFilterChain
基类方法:
execute 1个变量
executionFilterDone 1个变量
hasFilter1个变量$class
register 1个变量$filter
registerExecution 1个变量$filter
registerRendering 1个变量$filter
sfGenerator
基类方法:
initialize1个变量$generatorManager
generatePhpFiles2个变量$generatedModuleName, $templateFiles=array()
evalTemplate1个变量$template_file
replacePhpMarks1个变量$text
getGeneratorClass1个变量
setGeneratorClass1个变量$generator_class
getGeneratorManager1个变量
getGeneratedModuleName1个变量
setGeneratedModuleName1个变量$module_name
getModuleName1个变量
setModuleName1个变量$module_name
getTheme1个变量
setTheme1个变量$theme
sfPropelCrudGenerator类方法:
initialize1个变量$generatorManager
generate1个变量$params=array()
loadPrimaryKeys1个变量
loadMapBuilderClasses1个变量
getRetrieveByPkParamsForAction1个变量$indent
getMethodParamsForGetOrCreate1个变量
getTestPksForGetOrCreate1个变量
getRetrieveByPkParamsForGetOrCreate1个变量
getTableMap1个变量
setScaffoldingClassName1个变量$className
getSingularName1个变量
getPluralName1个变量
getClassName1个变量
getPeerClassName1个变量
getPrimaryKey1个变量
getMap1个变量
getPrimaryKeyUrlParams1个变量$prefix=''
getPrimaryKeyIsSet1个变量$prefix=''
getObjectTagParams2个变量$params, $default_params=array()
getColumnListTag2个变量$column, $params=array()
getColumnEditTag2个变量$column, $params=array()
sfGeneratorManager
基类方法:
initialize 1个变量
getCache1个变量
generate 2个变量$generator_class, $param
sfPropelCrudGenerator
sfPropelAdminGenerator类方法:
initialize1个变量$generatorManager
generate1个变量$params=array()
getHelpAsIcon2个变量$column, $type=''
getHelp2个变量$column, $type=''
getButtonToAction3个变量$actionName, $params, $pk_link=false
getLinkToAction3个变量$actionName, $params, $pk_link=false
getColumnEditTag2个变量$column, $params=array()
getColumnCategories1个变量$paramName
addCredentialCondition2个变量$content, $params=array()
getColumns2个变量$paramName, $category='NONE'
splitFlag1个变量$text
getParameterValue2个变量$key, $default=null
getFieldParameterValue3个变量$key, $type='', $default=null
getValueFromKey2个变量$key, $default=null
getI18NString2个变量$key, $default=null
getColumnListTag2个变量$column, $params=array()
getColumnFilterTag2个变量$column, $params=array()
escapeString1个变量$string
sfAdminColumn
基类方法:
__construct3个变量$phpName, $column=null, $flag=''
__call 2个变量$name, $arguments
isReal 1个变量
getPhpName 1个变量
getName 1个变量
isPartial 1个变量
isLink 1个变量
函数
AssetHelper.php文件:
auto_discovery_link_tag3个变量$type='rss', $url_options=array(), $tag_options=array()
javascript_path2个变量$source, $absolute=false
javascript_include_tag1个变量
stylesheet_path2个变量$source, $absolute=false
stylesheet_tag1个变量
image_path2个变量$source, $absolute=false
image_tag2个变量$source, $options=array()
_compute_public_path4个变量$source, $dir, $ext, $absolute=false
include_metas1个变量
include_http_metas1个变量
include_title1个变量
include_javascripts1个变量
include_stylesheets1个变量
CacheHelper.php文件:
cache2个变量$suffix, $lifeTime=null
cache_save1个变量
DateHelper.php文件:
format_daterange7个变量$start_date, $end_date, $format='d', $full_text, $start_text, $end_text, $culture=null
format_date3个变量$date, $format='d', $culture=null
format_datetime3个变量$date, $format='F', $culture=null
distance_of_time_in_words3个变量$from_time, $to_time=null, $include_seconds=false
time_ago_in_words2个变量$from_time, $include_seconds=false
DebugHelper.php文件:
debug_message1个变量$message
log_message2个变量$message, $priority='info'
EscapingHelper.php文件:
esc_entities1个变量$value
esc_raw1个变量$value
that c-escapes a string after applying {@link esc_entities1个变量
esc_js1个变量$value
esc_js_no_entities1个变量$value
FormHelper.php文件:
options_for_select3个变量$options=array(), $selected='', $html_options=array()
form_tag2个变量$url_for_options='', $options=array()
select_tag3个变量$name, $option_tags=null, $options=array()
select_country_tag3个变量$name, $value, $options=array()
select_language_tag3个变量$name, $value, $options=array()
input_tag3个变量$name, $value=null, $options=array()
input_hidden_tag3个变量$name, $value=null, $options=array()
input_file_tag2个变量$name, $options=array()
input_password_tag3个变量$name='password', $value=null, $options=array()
textarea_tag3个变量$name, $content=null, $options=array()
checkbox_tag4个变量$name, $value='1', $checked=false, $options=array()
radiobutton_tag4个变量$name, $value, $checked=false, $options=array()
input_upload_tag2个变量$name, $options=array()
input_date_range_tag3个变量$name, $value, $options=array()
input_date_tag3个变量$name, $value, $options=array()
submit_tag2个变量$value='Savechanges', $options=array()
reset_tag2个变量$value='Reset', $options=array()
submit_image_tag2个变量$source, $options=array()
select_day_tag4个变量$name, $value, $options=array(), $html_options=array()
select_month_tag4个变量$name, $value, $options=array(), $html_options=array()
select_year_tag4个变量$name, $value, $options=array(), $html_options=array()
select_date_tag4个变量$name, $value, $options=array(), $html_options=array()
select_second_tag4个变量$name, $value, $options=array(), $html_options=array()
select_minute_tag4个变量$name, $value, $options=array(), $html_options=array()
select_hour_tag4个变量$name, $value, $options=array(), $html_options=array()
select_ampm_tag4个变量$name, $value, $options=array(), $html_options=array()
select_time_tag4个变量$name, $value, $options=array(), $html_options=array()
select_datetime_tag4个变量$name, $value, $options=array(), $html_options=array()
_add_zeros2个变量$string, $strlen
_get_I18n_date_locales1个变量$culture=null
_parse_value_for_date3个变量$value, $key, $format_char
_convert_options1个变量$options
_boolean_attribute2个变量$options, $attribute
HelperHelper.php文件:
use_helpers1个变量
use_helper1个变量$helperName
I18NHelper.php文件:
__4个变量$text, $args=array(), $culture=null, $catalogue='messages'
format_number_choice5个变量$text, $args=array(), $number, $culture=null, $catalogue='messages'
format_country2个变量$country_iso, $culture=null
format_language2个变量$language_iso, $culture=null
JavascriptHelper.php文件:
get_callbacks1个变量
get_ajax_options1个变量
link_to_function3个变量$name, $function, $html_options=array()
button_to_function3个变量$name, $function, $html_options=array()
link_to_remote3个变量$name, $options=array(), $html_options=array()
periodically_call_remote1个变量$options=array()
form_remote_tag2个变量$options=array(), $options_html=array()
submit_to_remote3个变量$name, $value, $options=array()
executeBuy1个变量
update_element_function2个变量$element_id, $options=array()
evaluate_remote_response1个变量
remote_function1个变量$options
= 'if 1个变量'.$options['condition'].'
= "if (confirm('".escape_javascript1个变量$options['confirm'])."')
observe_field2个变量$field_id, $options=array()
observe_form2个变量$form_id, $options=array()
visual_effect3个变量$name, $element_id=false, $js_options=array()
sortable_element2个变量$element_id, $options=array()
draggable_element2个变量$element_id, $options=array()
drop_receiving_element2个变量$element_id, $options=array()
javascript_tag1个变量$content
javascript_cdata_section1个变量$content
input_auto_complete_tag5个变量$name, $value, $url, $tag_options=array(), $completion_options=array()
input_in_place_editor_tag3个变量$name, $url, $editor_options=array()
_in_place_editor3个变量$field_id, $url, $options=array()
_auto_complete_field3个变量$field_id, $url, $options=array()
_options_for_javascript1个变量$options
_array_or_string_for_javascript1个变量$option
_options_for_ajax1个变量$options
_method_option_to_s1个变量$method
_build_observer3个变量$klass, $name, $options=array()
_build_callbacks1个变量$options
NumberHelper.php文件:
format_number2个变量$number, $culture=null
format_currency3个变量$amount, $currency=null, $culture=null
_current_language1个变量$culture
ObjectAdminHelper.php文件:
object_admin_input_upload_tag3个变量$object, $method, $options=array()
object_edit_collection3个变量$object, $method, $options=array()
ObjectHelper.php文件:
object_input_date_tag4个变量$object, $method, $options=array(), $default_value=null
object_textarea_tag4个变量$object, $method, $options=array(), $default_value=null
objects_for_select5个变量$options=array(), $value_method, $text_method=null, $selected=null, $html_options=array()
object_select_tag4个变量$object, $method, $options=array(), $default_value=null
_get_values_for_object_select_tag2个变量$object, $class
object_select_country_tag4个变量$object, $method, $options=array(), $default_value=null
object_select_language_tag4个变量$object, $method, $options=array(), $default_value=null
object_input_hidden_tag4个变量$object, $method, $options=array(), $default_value=null
object_input_tag4个变量$object, $method, $options=array(), $default_value=null
object_checkbox_tag4个变量$object, $method, $options=array(), $default_value=null
_convert_method_to_name 2个变量$method, &$options
_get_object_value 3个变量$object, $method, $default_value=null
PartialHelper.php文件:
include_component_slot2个变量$name, $vars=array()
get_component_slot2个变量$name, $vars=array()
include_component3个变量$moduleName, $componentName, $vars=array()
get_component3个变量$moduleName, $componentName, $vars=array()
include_partial2个变量$templateName, $vars=array()
get_partial2个变量$templateName, $vars=array()
TagHelper.php文件:
tag3个变量$name, $options=array(), $open=false
content_tag3个变量$name, $content='', $options=array()
cdata_section1个变量 $content
escape_javascript1个变量$javascript=''
_tag_options1个变量$options=array()
_parse_attributes1个变量$string
_get_option3个变量&$options, $name, $default=null
TextHelper.php文件:
truncate_text4个变量$text, $length=30, $truncate_string='...', $truncate_lastspace=false
highlight_text3个变量$text, $phrase, $highlighter=' //1'
excerpt_text4个变量$text, $phrase, $radius=100, $excerpt_string='...'
simple_format_text2个变量$text, $options=array()
auto_link_text2个变量$text, $link='all'
strip_links_text1个变量$text
_auto_link_urls1个变量$text
_auto_link_email_addresses1个变量$text
echoln1个变量$string
UrlHelper.php文件:
url_for2个变量$url, $absolute=false
link_to3个变量$name='', $options='', $html_options=array()
link_to_if5个变量$condition, $name='', $options='', $html_options=array(), $parameters_for_method_reference=array()
link_to_unless5个变量$condition, $name='', $options='', $html_options=array(), $parameters_for_method_reference=array()
button_to3个变量$name, $target, $options=array()
mail_to3个变量$email, $name='', $html_options=array()
_convert_options_to_javascript2个变量$html_options, $target=''
_confirm_javascript_function1个变量$confirm
_popup_javascript_function2个变量$popup, $target=''
_post_javascript_function1个变量
_encodeText1个变量$text
ValidationHelper.php文件:
form_has_error1个变量$param
form_error3个变量$param, $options=array(), $catalogue='messages'
util.php文件:
parseDSN1个变量$dsn
I18N_toUTF82个变量$string, $from
I18N_toEncoding2个变量$string, $to

【作者: Liberal】【访问统计:<script language="JavaScript" src="http://counter.blogchina.com/PageServlet?pageid=6389577&blogid=8561"></script>】【2007年07月27日 星期五 10:03】【注册】【打印

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值