| .. | 
			
		
		
			
				
					| 
						
							
						
						cache
					 | 
				
				
					dbdd45d9fc
					tweaked cache and session namespacing.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						db
					 | 
				
				
					7e439ab52e
					fixed bug in config has method.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						routing
					 | 
				
				
					2bb7125127
					fixed routing bug.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						session
					 | 
				
				
					dbdd45d9fc
					tweaked cache and session namespacing.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						vendor
					 | 
				
				
					bbc45f92b7
					added PHPass to system/vendor.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						arr.php
					 | 
				
				
					70e35fb3d7
					refactoring auth class.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						asset.php
					 | 
				
				
					d8eba6389c
					moved asset_container into asset.php
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						auth.php
					 | 
				
				
					0d2cfd2417
					Refactor Auth class to use Auth config closures.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						benchmark.php
					 | 
				
				
					72e7275fe0
					throw exception in benchmark class if one has not been defined.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						cache.php
					 | 
				
				
					4609528d93
					fixed bug in session and cache factories.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						config.php
					 | 
				
				
					7e439ab52e
					fixed bug in config has method.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						cookie.php
					 | 
				
				
					5742276fe6
					Bug fixed on cookie.php
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						crypt.php
					 | 
				
				
					77d65b89cb
					refactoring crypt class.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						db.php
					 | 
				
				
					0f1bd8a739
					added db::first method.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						error.php
					 | 
				
				
					2275c74660
					moved all routing classes into routing namespace.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						file.php
					 | 
				
				
					6a77a98f95
					refactored error and file classes.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						form.php
					 | 
				
				
					36d9fe0b87
					Added Form::open_secure and Form::open_secure_for_files
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						hash.php
					 | 
				
				
					427fe62568
					Refactor hash class to use PHPass.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						html.php
					 | 
				
				
					dbdd45d9fc
					tweaked cache and session namespacing.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						inflector.php
					 | 
				
				
					1aa86d0798
					improved performance. added support for database ports.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						input.php
					 | 
				
				
					c3b8524e1b
					rewrote validation library.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						lang.php
					 | 
				
				
					0ca2171071
					added lang_path constant.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						memcached.php
					 | 
				
				
					31e4b7a407
					Trimming comment bloat in Memcached class.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						messages.php
					 | 
				
				
					86075c2765
					moved validation/errors into system/messages... not just useful for error messages.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						paginator.php
					 | 
				
				
					095c236234
					Fixed empty result set bug in paginator class.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						redirect.php
					 | 
				
				
					c1ca97d9fb
					added support for named views.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						request.php
					 | 
				
				
					a23c6ab9c1
					Do not strtolower request URI.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						response.php
					 | 
				
				
					7bbee401b2
					Added Response::error method.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						session.php
					 | 
				
				
					4609528d93
					fixed bug in session and cache factories.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						str.php
					 | 
				
				
					481d2aa7ec
					added Str::ascii method and fixed accented character problem in URL::slug.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						url.php
					 | 
				
				
					83ace2de68
					moved routing classes into system namespace.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						validator.php
					 | 
				
				
					86075c2765
					moved validation/errors into system/messages... not just useful for error messages.
				 | 
				14 years ago | 
			
		
			
				
					| 
						
							
						
						view.php
					 | 
				
				
					b504089db7
					moved exception view to application views and removed system view folder.
				 | 
				14 years ago |