CookieFramework
-By CookieMonsta
Introduction-
CookieFramework was a project I started earlier today because I was simple board. It's as basic as can be, so don't expect the work of god.
Features-
Basic MySQL connector.
Basic Config.
Basic page storing.
Bootstrap theme as default.
/file...
MySQLi is only an improve on MySQL. You can use it with xamp, because it has nothing to do with the server. It's the version of php your using. Make sure you have the most recent version of xampp also.
I'm also trying out Aptana Studio 3. Seems like it auto indents with the second var with it. So like, if I was typing $lol = ' it would make that extra ';
Going to rewrite some things now.Development has been restarted from scratch! I figured it's better to start fresh, from scratch rather then using Blowfis Framework.
Here is the current git: https://github.com/TheCookieMonsta/HybridCMS_BetaNew stuff done. Scratch.
<?php...
Put this in your htaaccess!
Instead of going to: http://lol.com/index.php?page=LOL
You can do: http://lol.com/LOL
Here:
RewriteEngine On
RewriteRule ^(|/)$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?page=$1
Lol. I think I'm going to get that github up. Just so noone starts to say this is a rip. Because Weytin is already thinking it is.
I took that rand from uber. Which is really not ripping anything..
Register forms stored @ Application>Library>Classes>Class.Users.php
[just a snip of code.]
public function RegisterUser($username, $password, $email, $motto, $credits, $pixels, $rank, $figure, $gender)
{
// Note: I didn't add the Butterfly config yet. I'll change this...