- Who can benefit from phpMyApplication?
- Anybody who is going to own a webpage, website or web based application.
- Junior & senior web developers: to create data management or administration panels of their website / web application easily & quickly.
- Who can use phpMyApplication?
- Anybody who has the minimum knowledge of web design & php/mysql.
- What are the system requirements?
- If a hosting company provides your webspace or server, you just need host information such as username/password and databse.
- If planning to run locally, setup a simple php/mysql server (webserver,php 5 with GD library,mysql) then install zend optimizer.
- Can I chnage appearance and colors?
- Yes, modify $cx[0] and $cx[1] in pmaconfig.php and .head1 & .detail1 inside pmastyle1.css to change colors or add backgrounds for main windows. Other sample files are html files and easy to modify.
- Which files form the core?
- phpmyapp.php, pmaconfig.php and pmastyle1.php are main files and others are as samples.
- Can I include phpmyapp.php directly from my own scripts?
- Yes, it is an advantage of phpMyApplication helps you generate advanced and more automated applications; It is enough you define required variables inside your script($tname, $ttitle and $pma[] array).
- I can't upload large files, what is the problem?
- You have to modify your php.ini, changing upload_max_filesize to your desired value.
|
|
|