mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Created post class and controller
This commit is contained in:
		
							
								
								
									
										13
									
								
								classes/components/posts.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								classes/components/posts.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?php
 | 
			
		||||
/**
 | 
			
		||||
 * Posts management class
 | 
			
		||||
 * 
 | 
			
		||||
 * @author Pierre HUBERT
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
class Posts {
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
//Register component
 | 
			
		||||
Components::register("posts", new Posts());
 | 
			
		||||
		Reference in New Issue
	
	Block a user