You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: some restrictions described in this readme are no longer valid.
Prefix IDs and classes with your app's name. The same holds for JavaScript and PHP functions if you don't program object-oriented. Your PHP classes should start with your app name too.
Don't use PHP 5.3 or 5.4 features so that the app works on hosts with PHP 5.2.
TODO: it might make sense to subclass Page. $page could be overwritten or other variables that might be introduced later.