Recommend this page to a friend! |
Download |
Info | Example | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-11-02 (3 days ago) | Not yet rated by the users | Total: Not yet counted | Not yet ranked |
Version | License | PHP version | Categories | |||
phpclasses-jobs 1.0.0 | Custom (specified... | 5.6 | PHP 5, Web services, Parsers, Business |
Description | Author | |
This package can display the latest PHP Classes job announcements. |
You can easily embed it into any code if you follow the instructions in the Details section.
The configuration in config.php needs to be done manually, unless you create code that makes it more organized and automatic, as is the case when we create modules for cms.
An online demo can be viewed HERE
<?php
|
This package can display the latest job announcements from PHPClasses.
Creates a formatted table in frame style, showing the latest job announcements published on the PHP Classes website.
You can easily embed it into any code as long as you follow the instructions mentioned below in the details.
Unfortunately, the configuration in config.php has to be done manually, unless you create code that makes it more organized and automatic, as is the case when we create modules for cms.
Install the package in any folder within your Web page, as long as you include the following code in the HTML BODY, where you want it to appear.
<div class="efp-template">
<?php require_once([PATH]/'phpclasses-jobs.php'); ?>
</div>
You should also make sure that the following are included in the HTML HEAD:
<link rel="stylesheet" href="assets/css/reset.css" type="text/css" />
<link rel="stylesheet" href="assets/css/main.css" type="text/css" />
<script type="text/javascript" src="assets/js/jquery.js" charset="UTF-8"></script>
./libs/config.php
'lang' => 'en', // Current Language of package
'show_title' => true, // Show Title in block element.
'count' => 10, // How many jobs will be displayed.
'show_summary' => true, // Show Summary Description
'show_days' => true, // Show Days
'theme' => 'cleargray' // The Block theme
Now you can run it either through another cms, or as a standalone one, like the example that came with the package.
---
An online demo can be viewed HERE
Screenshots (1) | ||
Files (23) |
File | Role | Description | ||
---|---|---|---|---|
assets (1 file, 2 directories) | ||||
languages (3 files) | ||||
libs (3 files) | ||||
themes (1 file, 2 directories) | ||||
CHANGELOG.md | Data | Auxiliary data | ||
index.php | Example | Example script | ||
LICENSE_AGL-F.md | Lic. | License text | ||
phpclasses-jobs.php | Class | Example script | ||
README.md | Doc. | Documentation |
Files (23) | / | assets | / | css |
File | Role | Description |
---|---|---|
index.html | Data | Empty page |
main.css | Data | Auxiliary data |
reset.css | Data | Auxiliary data |
Files (23) | / | assets | / | js |
File | Role | Description |
---|---|---|
index.html | Data | Empty page |
jquery.js | Data | Auxiliary data |
Files (23) | / | languages |
File | Role | Description |
---|---|---|
el.php | Class | Class source |
en.php | Class | Class source |
index.html | Data | Empty page |
Files (23) | / | libs |
File | Role | Description |
---|---|---|
config.php | Conf. | Configuration File |
index.html | Data | Empty page |
libs.php | Class | Class source |
Files (23) | / | themes |
File | Role | Description | ||
---|---|---|---|---|
cleargray (2 files) | ||||
default (2 files) | ||||
index.html | Data | Empty page |
Files (23) | / | themes | / | cleargray |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
theme.css | Data | Auxiliary data |
Files (23) | / | themes | / | default |
File | Role | Description |
---|---|---|
index.html | Data | Empty page |
theme.css | Data | Auxiliary data |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
phpclasses-jobs-2024-11-02.zip 128KB | |
phpclasses-jobs-2024-11-02.tar.gz | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
PHP Backwards Compatibility Library | .zip .tar.gz | This library included on kernel of Ascoos Cms | Optional |
Version Control | Unique User Downloads | |||||||
100% |
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.