mirror of
				https://github.com/smarty-php/smarty.git
				synced 2025-11-04 06:11:37 +01:00 
			
		
		
		
	smarty_internal_resource_* to PSR-4
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
use Smarty\Resource\CustomPlugin;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * MySQL Resource
 | 
			
		||||
 * Resource Implementation based on the Custom API to use
 | 
			
		||||
@@ -19,7 +21,7 @@
 | 
			
		||||
 * @package Resource-examples
 | 
			
		||||
 * @author  Rodney Rehm
 | 
			
		||||
 */
 | 
			
		||||
class Smarty_Resource_Mysql extends Smarty_Resource_Custom
 | 
			
		||||
class _MysqlPlugin extends CustomPlugin
 | 
			
		||||
{
 | 
			
		||||
    /**
 | 
			
		||||
     * PDO instance
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user