__construct
This commit is contained in:
		
							parent
							
								
									ff7f10747b
								
							
						
					
					
						commit
						5906a2b1ca
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@ defined('is_running') or die('Not an entry point...');
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
class Example_Map{
 | 
			
		||||
	function Example_Map(){
 | 
			
		||||
	function __construct(){
 | 
			
		||||
		global $page, $addonRelativeCode;
 | 
			
		||||
 | 
			
		||||
		//add css and js to <head>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
defined('is_running') or die('Not an entry point...');
 | 
			
		||||
 | 
			
		||||
class Example_Ajax{
 | 
			
		||||
	function Example_Ajax(){
 | 
			
		||||
	function __construct(){
 | 
			
		||||
		global $page, $addonRelativeCode;
 | 
			
		||||
 | 
			
		||||
		//prepare the page
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue